mirror of
https://agent.ghink.cloud/wb2osz/direwolf
synced 2025-04-10 00:28:35 +00:00
this way permit to use cmake language to manipulate the target and avoid restriction imposed by CMAKE_COMMAND command mode
7 lines
242 B
CMake
7 lines
242 B
CMake
|
|
if(NOT WIN32)
|
|
install(PROGRAMS "${CUSTOM_SCRIPTS_DIR}/dwespeak.sh" DESTINATION bin)
|
|
install(PROGRAMS "${CUSTOM_SCRIPTS_DIR}/dw-start.sh" DESTINATION share/doc/${CMAKE_PROJECT_NAME}/examples)
|
|
add_subdirectory(telemetry-toolkit)
|
|
endif()
|