From abbfae912b8d54106dbcbb7260c10e3a204c9f93 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 16 Dec 2014 02:10:53 +0100 Subject: added possibility to register a ManagedType for a class derived from Managed, improved Managed readData function --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f9e860..af5928a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -112,6 +112,7 @@ ADD_LIBRARY(ousia_core # src/core/common/Variant # src/core/common/VariantReader src/core/managed/Managed + src/core/managed/ManagedType src/core/managed/Manager # src/core/model/Domain # src/core/model/Typesystem @@ -179,9 +180,9 @@ IF(TEST) # test/core/common/VariantReaderTest # test/core/common/VariantTest # test/core/common/UtilsTest + test/core/managed/ManagedContainerTest test/core/managed/ManagedTest test/core/managed/ManagerTest - test/core/managed/ManagedContainerTest # test/core/parser/ParserStackTest # test/core/script/FunctionTest # test/core/script/ObjectTest -- cgit v1.2.3