From 28a3f9d5c0b92c7dd3a3844e73b83aa350d5e165 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 17 May 2016 10:46:29 +0200 Subject: [PATCH] update installation of executables MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ie6c967f1c9d4a3936f608371714c3ff685c7de0a Signed-off-by: José Bollo --- src/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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}) -- 2.16.6