From 06d5b3438f682307db06074ce9709b949a9aa846 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Thu, 11 Apr 2013 08:53:29 +0200 Subject: Move binaries to bin and make ring buffer a lib --- CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e8aae64..95afb55 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,8 +58,7 @@ pkg_check_modules(GMODULE2 gmodule-2.0>=2.24 REQUIRED) pkg_check_modules(GIO2 gio-2.0>=2.24 REQUIRED) include_directories( - # ${CMAKE_CURRENT_BINARY_DIR}/src - #${CMAKE_CURRENT_SOURCE_DIR}/src + ${CMAKE_CURRENT_SOURCE_DIR}/src ${GLIB2_INCLUDE_DIRS} ${GOBJECT2_INCLUDE_DIRS} ${GMODULE2_INCLUDE_DIRS} @@ -74,8 +73,7 @@ set(UCA_DEPS add_subdirectory(src) add_subdirectory(plugins) add_subdirectory(test) -add_subdirectory(tools) -add_subdirectory(gui) +add_subdirectory(bin) include(CPack) -- cgit v1.2.3