projects
/
cantor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b04537c
)
Use the Debian ABI manager
author
Pino Toscano
<pino@debian.org>
Wed, 18 Jun 2025 21:42:16 +0000
(23:42 +0200)
committer
Aurélien COUDERC
<coucouf@debian.org>
Wed, 18 Jun 2025 21:42:16 +0000
(23:42 +0200)
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 23fc7bb1c6f5a108efb6080ab39db892053cfc99..873fae50f9f2c70c496c84229a62cc0fd5b4ca0e 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-189,3
+189,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)