From e06e7ae19851acf5e397f579d6c8459e87086d30 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 5 Dec 2014 16:08:34 +0100 Subject: added string reading functions of the Reader class --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') 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 ) -- cgit v1.2.3