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)