From 95a82214320cf2b44786654a78fbd85d2898b3b5 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Thu, 13 Nov 2014 13:31:59 +0100 Subject: refactored NodeManager and Node class to Manager and Managed classes --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 0462460..73e2fb8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,7 +96,7 @@ ADD_DEFINITIONS( # ousia_script library (containing the bindings needed for script engines) ADD_LIBRARY(ousia_core - src/core/dom/Node + src/core/dom/Managed src/core/script/Function src/core/script/Object src/core/script/ScriptEngine @@ -132,7 +132,7 @@ IF(TEST) # Add all unit test files ADD_EXECUTABLE(ousia_test_core - test/core/dom/NodeTest + test/core/dom/ManagedTest test/core/script/FunctionTest test/core/script/ObjectTest test/core/script/VariantTest -- cgit v1.2.3