mirror of
https://github.com/wb2osz/direwolf
synced 2026-08-13 17:44:58 -04: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)
6 lines
251 B
CMake
6 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()
|