Skip to content

Commit

Permalink
Step 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaust committed Nov 30, 2021
1 parent 6aeb520 commit ae6864c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION "3.12")

project("HelloWorld" VERSION 0.2.0)
project("HelloWorld" VERSION 0.3.0)

add_library(sse sse/sse.cpp)
set_target_properties(sse PROPERTIES PUBLIC_HEADER sse/sse.hpp)
Expand Down
4 changes: 4 additions & 0 deletions cmake/Packaging.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ set(CPACK_PACKAGE_CONTACT "firstname.lastname@example.com")
set(CPACK_PACKAGE_MAINTAINERS "SSE lecturers ${CPACK_PACKAGE_CONTACT}")
set(CPACK_PACKAGE_HOMEPAGE_URL "https://simulation-software-engineering.github.io/homepage/")

# Debian specific changes
set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
set(CPACK_DEBIAN_PACKAGE_SHLIBDEPS YES)

include(CPack)

0 comments on commit ae6864c

Please sign in to comment.