projects
/
cantor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
167da1a
)
Use the Debian ABI manager
author
Pino Toscano
<pino@debian.org>
Sun, 27 Apr 2025 07:18:42 +0000
(09:18 +0200)
committer
Pino Toscano
<pino@debian.org>
Sun, 27 Apr 2025 07:18:42 +0000
(09:18 +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 2874d9e55fdb82015f7dd48cef0c792867a1eb3b..eb710cab967d0a1bd5916db4038e40240e898ebd 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)