diff --git a/cmd/CMakeLists.txt b/cmd/CMakeLists.txt index 55ca216..3bc9c20 100644 --- a/cmd/CMakeLists.txt +++ b/cmd/CMakeLists.txt @@ -6,3 +6,4 @@ link_resources(sdr_cmd_resources shared/index.html) add_executable(sdr_cmd main.cc aprsapplication.cc) add_dependencies(sdr_cmd sdr_cmd_resources) target_link_libraries(sdr_cmd ${LIBS} libsdr ) +install(TARGETS sdr_cmd)