diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/CMakeLists.txt b/apps/CMakeLists.txt index b2943f9f3..f4428f958 100644 --- a/apps/CMakeLists.txt +++ b/apps/CMakeLists.txt @@ -18,3 +18,5 @@ ADD_EXECUTABLE(discover_usrps discover_usrps.cpp) TARGET_LINK_LIBRARIES(discover_usrps uhd) + +INSTALL(TARGETS discover_usrps RUNTIME DESTINATION ${RUNTIME_DIR}) |