mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-11 05:23:29 -04:00
Add strip target
This commit is contained in:
parent
c21727da60
commit
f4dc8a6285
@ -1053,6 +1053,10 @@ if(FALSE)
|
|||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(STATIC_BUILD_DO_NOT_USE AND NOT WIN32)
|
||||||
|
add_custom_target(strip COMMAND strip -s ${BINARY_TARGETS})
|
||||||
|
endif()
|
||||||
|
|
||||||
if(NOT $PRJ_VERSION_FULL} STREQUAL "")
|
if(NOT $PRJ_VERSION_FULL} STREQUAL "")
|
||||||
if(WIN32)
|
if(WIN32)
|
||||||
set(CPACK_GENERATOR "NSIS;ZIP;7Z")
|
set(CPACK_GENERATOR "NSIS;ZIP;7Z")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user