From e3cf0a9d726c9d76f4938590691336fbf2e9f6d5 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Fri, 14 Nov 2014 13:52:40 +0100 Subject: Moved Managed to core and implemented managing of nodes for the CSS Style Tree. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f375f4..7c04de7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,7 +97,7 @@ ADD_DEFINITIONS( # ousia_script library (containing the bindings needed for script engines) # TODO: This is not only the script library. ADD_LIBRARY(ousia_core - src/core/dom/Managed + src/core/Managed src/core/dom/Node src/core/script/Function src/core/script/Object @@ -135,7 +135,7 @@ IF(TEST) # Add all unit test files ADD_EXECUTABLE(ousia_test_core - test/core/dom/ManagedTest + test/core/ManagedTest test/core/dom/NodeTest test/core/script/FunctionTest test/core/script/ObjectTest -- cgit v1.2.3