diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-04-11 08:57:40 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2013-04-11 08:57:40 +0200 |
commit | f1cfb0a3b9d6a03cf52442fa4a083fdb71dcea43 (patch) | |
tree | deb4168fd65ca22873256d058b24f7f242ae4afa /bin/gui/CMakeLists.txt | |
parent | 06d5b3438f682307db06074ce9709b949a9aa846 (diff) | |
download | libuca-f1cfb0a3b9d6a03cf52442fa4a083fdb71dcea43.tar.gz libuca-f1cfb0a3b9d6a03cf52442fa4a083fdb71dcea43.tar.bz2 libuca-f1cfb0a3b9d6a03cf52442fa4a083fdb71dcea43.tar.xz libuca-f1cfb0a3b9d6a03cf52442fa4a083fdb71dcea43.zip |
Install all binaries with common uca- prefix
Diffstat (limited to 'bin/gui/CMakeLists.txt')
-rw-r--r-- | bin/gui/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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 |