We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aeb520 commit ae6864cCopy full SHA for ae6864c
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION "3.12")
2
3
-project("HelloWorld" VERSION 0.2.0)
+project("HelloWorld" VERSION 0.3.0)
4
5
add_library(sse sse/sse.cpp)
6
set_target_properties(sse PROPERTIES PUBLIC_HEADER sse/sse.hpp)
cmake/Packaging.cmake
@@ -8,4 +8,8 @@ set(CPACK_PACKAGE_CONTACT "[email protected]")
8
set(CPACK_PACKAGE_MAINTAINERS "SSE lecturers ${CPACK_PACKAGE_CONTACT}")
9
set(CPACK_PACKAGE_HOMEPAGE_URL "https://simulation-software-engineering.github.io/homepage/")
10
11
+# Debian specific changes
12
+set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
13
+set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS YES)
14
+
15
include(CPack)
0 commit comments