summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-04-04 11:54:37 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2011-04-04 11:54:37 +0200
commitc954308bda39da27393ad17d1568c2aeb9ef6b4d (patch)
tree9a1642128f95d962a77b4377d31e32a70c2f76b5 /CMakeLists.txt
parent06fcba52d407e024ca01c896083a96a7685be286 (diff)
downloadufo-filters-c954308bda39da27393ad17d1568c2aeb9ef6b4d.tar.gz
ufo-filters-c954308bda39da27393ad17d1568c2aeb9ef6b4d.tar.bz2
ufo-filters-c954308bda39da27393ad17d1568c2aeb9ef6b4d.tar.xz
ufo-filters-c954308bda39da27393ad17d1568c2aeb9ef6b4d.zip
Shuffle stuff around
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0050636..25834dc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,7 +8,6 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/common/cmake")
include_directories("${CMAKE_CURRENT_SOURCE_DIR}/core/src")
add_subdirectory(core)
-add_subdirectory(tools)
add_subdirectory(bindings)
add_subdirectory(thirdparty)