X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=a1abf45c97b448352e20a2e1d00d810e6fb5f8a5;hb=28a3f9d5c0b92c7dd3a3844e73b83aa350d5e165;hp=67e3abce5c3955371c09c7303fa719c6ef43ed07;hpb=8bfe628281a73708d35a6c6252c646c51b404484;p=src%2Fapp-framework-binder.git 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})