summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-12-05 12:27:55 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2012-12-05 12:27:55 +0100
commit009e27dfb3406ce3d83edaa7d83cf96b87b78871 (patch)
tree0c3c26fdb754b72c42b1a33df9abc105cac8cabb /CMakeLists.txt
parentcb5f48c762361e034d314c7172d3527fd530b726 (diff)
Add remote computation server
In this state not yet working but not to far away.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f04d835..453d84a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,7 +70,7 @@ add_subdirectory(src)
#add_subdirectory(docs)
#add_subdirectory(python)
add_subdirectory(tests)
-#add_subdirectory(tools)
+add_subdirectory(tools)
# --- Package generation ------------------------------------------------------