projects
/
cantor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b5a442
)
Use the Debian ABI manager
author
Pino Toscano
<pino@debian.org>
Wed, 1 Mar 2023 10:58:09 +0000
(11:58 +0100)
committer
Aurélien COUDERC
<coucouf@debian.org>
Wed, 1 Mar 2023 10:58:09 +0000
(11:58 +0100)
Last-Update: 2022-06-09
Forwarded: not-needed
Make use of the Debian ABI manager to handle libraries which had ABI breaks
with no SONAME bump.
Gbp-Pq: Name enable_debianabimanager.diff
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index a7cfa22a55b29c93ff02b182a65b5a260f9aeecd..78f89e2c714ba6db5ec23d06c6fb9a940ea954fc 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-173,3
+173,5
@@
file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURCE_FILES *.cpp *.h *.c)
kde_clang_format(${ALL_CLANG_FORMAT_SOURCE_FILES})
feature_summary(WHAT ALL INCLUDE_QUIET_PACKAGES FATAL_ON_MISSING_REQUIRED_PACKAGES)
+
+include(/usr/share/pkg-kde-tools/cmake/DebianABIManager.cmake)