Skip to content

Commit ae6864c

Browse files
committed
Step 3
1 parent 6aeb520 commit ae6864c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION "3.12")
22

3-
project("HelloWorld" VERSION 0.2.0)
3+
project("HelloWorld" VERSION 0.3.0)
44

55
add_library(sse sse/sse.cpp)
66
set_target_properties(sse PROPERTIES PUBLIC_HEADER sse/sse.hpp)

cmake/Packaging.cmake

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ set(CPACK_PACKAGE_CONTACT "[email protected]")
88
set(CPACK_PACKAGE_MAINTAINERS "SSE lecturers ${CPACK_PACKAGE_CONTACT}")
99
set(CPACK_PACKAGE_HOMEPAGE_URL "https://simulation-software-engineering.github.io/homepage/")
1010

11+
# Debian specific changes
12+
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
13+
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS YES)
14+
1115
include(CPack)

0 commit comments

Comments
 (0)