From c54065160a03f266c1406edf74d97ab74ee75d51 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Fri, 31 Oct 2014 13:20:09 +0000 Subject: finished work on TokenTree and tested it. git-svn-id: file:///var/local/svn/basicwriter@88 daaaf23c-2e50-4459-9457-1e69db5a47bf --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index eff2fcb..726e1a3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,6 +100,7 @@ ADD_LIBRARY(ousia_core src/core/script/Object.cpp src/core/script/ScriptEngine.cpp src/core/script/Variant.cpp + src/core/utils/Tokenizer.cpp src/core/utils/Utils.cpp ) @@ -130,6 +131,7 @@ IF(test) # Add all unit test files ADD_EXECUTABLE(ousia_test_core test/core/utils/RangeSetTest + test/core/utils/TokenizerTest test/core/utils/UtilsTest test/core/script/FunctionTest test/core/script/ObjectTest -- cgit v1.2.3