From 3f349b2c8ca22bc0e74bc65e9119ca3547ea832e Mon Sep 17 00:00:00 2001 From: Werner Sembach Date: Thu, 28 Jan 2021 18:36:54 +0100 Subject: [PATCH] Automatically set dependencies --- .gitignore | 2 +- CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 45b823e..21cd363 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,6 @@ /debug/ /.idea/ -/.cproject /.project +/.cproject /*.kdev4 diff --git a/CMakeLists.txt b/CMakeLists.txt index add8e87..3795323 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,4 +40,5 @@ SET(CPACK_GENERATOR DEB) SET(CPACK_PACKAGE_CONTACT "Werner Sembach ") SET(CPACK_PACKAGE_VERSION ${SEMVER}) SET(CPACK_DEBIAN_PACKAGE_SECTION admin) +SET(CPACK_DEBIAN_PACKAGE_SHLIBDEPS ON) include(CPack)