mirror of
https://github.com/KjellKod/g3log.git
synced 2024-12-13 10:42:56 +01:00
BETA CPack
This commit is contained in:
parent
0f971e67b3
commit
2bf3017021
17
g2log/CPackLists.txt
Normal file
17
g2log/CPackLists.txt
Normal file
@ -0,0 +1,17 @@
|
||||
SET(CPACK_INSTALL_PREFIX "/usr/local/")
|
||||
INSTALL( TARGETS g3logger_shared
|
||||
ARCHIVE
|
||||
LIBRARY DESTINATION lib/g3log
|
||||
COMPONENT libraries)
|
||||
|
||||
INSTALL( FILES ${HEADER_FILES}
|
||||
DESTINATION include
|
||||
COMPONENT headers)
|
||||
|
||||
SET(CPACK_COMPONENTS_ALL libraries headers)
|
||||
SET(CPACK_COMPONENT_LIBRARIES_DISPLAY_NAME "G3Log libraries")
|
||||
SET(CPACK_COMPONENT_HEADERS_DISPLAY_NAME "G3Log C++ headers")
|
||||
|
||||
#SET(CPACK_GENERATOR "DEB")
|
||||
#SET(CPACK_DEBIAN_PACKAGE_MAINTAINER "Kjell Hedstrom")
|
||||
INCLUDE(CPack)
|
Loading…
Reference in New Issue
Block a user