summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-10-24 13:25:04 +0000
committerandreas <andreas@daaaf23c-2e50-4459-9457-1e69db5a47bf>2014-10-24 13:25:04 +0000
commit4a9912f516bf096c6f8c6259b3fc6ba4b95b8d69 (patch)
treee4b578c76e27ade40de5d2cae2efbd2b17d18e59 /CMakeLists.txt
parentc654793a3a513a9c8ffcd1aa9c3962b6a72e61bd (diff)
finished implementation of HostFunction
git-svn-id: file:///var/local/svn/basicwriter@74 daaaf23c-2e50-4459-9457-1e69db5a47bf
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1c48c48..df4155f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -85,6 +85,7 @@ IF(test)
ADD_EXECUTABLE(ousia_test
test/core/model/RangeSet
test/core/utils/Utils
+ test/core/script/Function
test/core/script/Variant
)