diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-05 16:09:59 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-05 16:09:59 +0100 |
commit | 03b90ef542844febe6a9f99b830d67ff1c8dfb9c (patch) | |
tree | a1211d631c12bfae94bc46785fbe1cc326267976 /CMakeLists.txt | |
parent | 30711f43a6cad9889ee1af8539658c4ca1f59854 (diff) | |
parent | e06e7ae19851acf5e397f579d6c8459e87086d30 (diff) |
Merge branch 'master' of somweyr.de:ousia
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 98b7acb..94b2cc7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,7 +114,7 @@ ADD_LIBRARY(ousia_core # src/core/script/Object # src/core/script/ScriptEngine # src/core/script/Variant -# src/core/variant/Reader + src/core/variant/Reader src/core/variant/Variant ) @@ -166,7 +166,7 @@ IF(TEST) # test/core/script/FunctionTest # test/core/script/ObjectTest # test/core/script/VariantTest -# test/core/variant/ReaderTest + test/core/variant/ReaderTest test/core/variant/VariantTest ) |