We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1472a commit 902f6c0Copy full SHA for 902f6c0
CMakeLists.txt
@@ -13,6 +13,7 @@ configure_file(version.h.in version.h)
13
add_executable(print_ip print_ip.cpp)
14
15
install(TARGETS print_ip RUNTIME DESTINATION bin)
16
+
17
set(CPACK_GENERATOR DEB)
18
19
set(CPACK_PACKAGE_VERSION_MAJOR "${PROJECT_VERSION_MAJOR}")
0 commit comments