diff options
author | Mihael Koep <koep@schneide.com> | 2013-10-15 15:21:26 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2013-11-06 14:43:09 +0100 |
commit | 21b23eefedd113cadb47cd4bf6365854353338ea (patch) | |
tree | 4f2a60e06b6cdf01721b8330d5801d5b399c2d3d /bin/gui | |
parent | 21016e7f1e8df74778aa44a25fdf2404a1cb54bc (diff) | |
download | uca-21b23eefedd113cadb47cd4bf6365854353338ea.tar.gz uca-21b23eefedd113cadb47cd4bf6365854353338ea.tar.bz2 uca-21b23eefedd113cadb47cd4bf6365854353338ea.tar.xz uca-21b23eefedd113cadb47cd4bf6365854353338ea.zip |
Package binary programs in a 'tools' package.
Conflicts:
bin/gui/CMakeLists.txt
bin/tools/CMakeLists.txt
Diffstat (limited to 'bin/gui')
-rw-r--r-- | bin/gui/CMakeLists.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/gui/CMakeLists.txt b/bin/gui/CMakeLists.txt index a75b5b1..8ee80ed 100644 --- a/bin/gui/CMakeLists.txt +++ b/bin/gui/CMakeLists.txt @@ -35,9 +35,11 @@ if (GTK2_FOUND) ${GTHREAD2_LIBRARIES}) install(TARGETS ${BINARY} - RUNTIME DESTINATION ${UCA_BINDIR}) + RUNTIME DESTINATION ${UCA_BINDIR} + COMPONENT executables) install(FILES control.glade - DESTINATION ${UCA_GLADEDIR}) + DESTINATION ${UCA_GLADEDIR} + COMPONENT executables) endif() #}}} |