1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Author: Pino Toscano <pino@debian.org>
Description: Use the Debian ABI manager
Make use of the Debian ABI manager to handle libraries which had ABI breaks
with no SONAME bump.
Last-Update: 2022-06-09
Forwarded: not-needed
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -173,3 +173,5 @@ file(GLOB_RECURSE ALL_CLANG_FORMAT_SOURC
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)
|