diff options
Diffstat (limited to 'bin/tools')
-rw-r--r-- | bin/tools/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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) #}}} |