summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 67e3abce..a1abf45c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -33,4 +33,7 @@ INCLUDE_DIRECTORIES(${include_dirs})
TARGET_LINK_LIBRARIES(afb-client-demo ${link_libraries})
INSTALL(TARGETS afb-daemon
- RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_BINDIR})
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})
+
+INSTALL(TARGETS afb-client-demo
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR})