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/gui/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bin/gui') 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() #}}} -- cgit v1.2.3