From: José Bollo Date: Tue, 17 May 2016 08:46:29 +0000 (+0200) Subject: update installation of executables X-Git-Tag: blowfish_2.0.1~114 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=28a3f9d5c0b92c7dd3a3844e73b83aa350d5e165;p=src%2Fapp-framework-binder.git update installation of executables Change-Id: Ie6c967f1c9d4a3936f608371714c3ff685c7de0a Signed-off-by: José Bollo --- 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})