File: enable_debianabimanager.diff

package info (click to toggle)
libkeduvocdocument 4%3A25.04.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,652 kB
  • sloc: cpp: 7,714; makefile: 3; sh: 3
file content (11 lines) | stat: -rw-r--r-- 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: Enable Debian API manager
Forwarded: not-needed

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -56,3 +56,5 @@
 kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT)

 feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
+
+include(/usr/share/pkg-kde-tools/cmake/DebianABIManager.cmake)