summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-01 18:06:23 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-01-01 18:06:23 +0100
commita1e1776e89b73c3b6f35581d1584a9dd337402c1 (patch)
tree6d665493e56457b9c4c2d578c1c361024970a1db
parent4484f6deea0e098a140e878484d020bec839d1bd (diff)
Added new Terminal class to CMakeLists.txt
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 628bcfc..f63773b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -116,6 +116,7 @@ ADD_LIBRARY(ousia_core
src/core/common/Function
src/core/common/Logger
src/core/common/Rtti
+ src/core/common/Terminal
src/core/common/Utils
src/core/common/Variant
src/core/common/VariantReader