mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-03 19:28:40 +00:00
to create ZIP package run cpack to add new generator modify CPACK_GENERATOR variable. NOTE: pay attention on CPU flags optimization when you redistribuite the package (segmentation fault)
7 lines
251 B
CMake
7 lines
251 B
CMake
|
|
if(NOT (WIN32 OR CYGWIN))
|
|
install(PROGRAMS "${CUSTOM_SCRIPTS_DIR}/dwespeak.sh" DESTINATION ${INSTALL_BIN_DIR})
|
|
install(PROGRAMS "${CUSTOM_SCRIPTS_DIR}/dw-start.sh" DESTINATION ${INSTALL_SCRIPTS_DIR})
|
|
add_subdirectory(telemetry-toolkit)
|
|
endif()
|