mirror of
https://github.com/benapetr/stikkit.git
synced 2025-04-25 20:41:20 -05:00
cpack things
This commit is contained in:
parent
17164bbfb0
commit
07434c5b4d
@ -9,4 +9,10 @@ find_package(CURL)
|
||||
target_link_libraries(stikkit ${CURL_LIBRARIES})
|
||||
install (TARGETS stikkit DESTINATION bin)
|
||||
|
||||
|
||||
# build a CPack driven installer package
|
||||
include (InstallRequiredSystemLibraries)
|
||||
set (CPACK_RESOURCE_FILE_LICENSE
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/License.txt")
|
||||
set (CPACK_PACKAGE_VERSION_MAJOR "1")
|
||||
set (CPACK_PACKAGE_VERSION_MINOR "0")
|
||||
include (CPack)
|
||||
|
1
stikkit/License.txt
Normal file
1
stikkit/License.txt
Normal file
@ -0,0 +1 @@
|
||||
See GNU gpl
|
Loading…
x
Reference in New Issue
Block a user