From 21b23eefedd113cadb47cd4bf6365854353338ea Mon Sep 17 00:00:00 2001 From: Mihael Koep Date: Tue, 15 Oct 2013 15:21:26 +0200 Subject: Package binary programs in a 'tools' package. Conflicts: bin/gui/CMakeLists.txt bin/tools/CMakeLists.txt --- bin/tools/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/tools') diff --git a/bin/tools/CMakeLists.txt b/bin/tools/CMakeLists.txt index 964b1f9..4070523 100644 --- a/bin/tools/CMakeLists.txt +++ b/bin/tools/CMakeLists.txt @@ -35,5 +35,6 @@ target_link_libraries(uca-benchmark ${libs}) #}}} install(TARGETS uca-benchmark uca-grab uca-gen-doc - RUNTIME DESTINATION ${UCA_BINDIR}) + RUNTIME DESTINATION ${UCA_BINDIR} + COMPONENT executables) #}}} -- cgit v1.2.3