From f1cfb0a3b9d6a03cf52442fa4a083fdb71dcea43 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 11 Apr 2013 08:57:40 +0200 Subject: Install all binaries with common uca- prefix --- bin/gui/CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/gui/CMakeLists.txt') diff --git a/bin/gui/CMakeLists.txt b/bin/gui/CMakeLists.txt index f64bd02..b00054a 100644 --- a/bin/gui/CMakeLists.txt +++ b/bin/gui/CMakeLists.txt @@ -20,20 +20,20 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}) if (GTK2_FOUND) include_directories(${GTK2_INCLUDE_DIRS}) - add_executable(control + add_executable(uca-control control.c egg-property-cell-renderer.c egg-property-tree-view.c egg-histogram-view.c) - target_link_libraries(control + target_link_libraries(uca-control m uca ringbuffer ${GTK2_LIBRARIES} ${GTHREAD2_LIBRARIES}) - install(TARGETS control + install(TARGETS uca-control RUNTIME DESTINATION bin) install(FILES control.glade -- cgit v1.2.3