diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-11-14 13:52:40 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-11-14 13:52:40 +0100 |
commit | e3cf0a9d726c9d76f4938590691336fbf2e9f6d5 (patch) | |
tree | 2e2307a8ad7ed0912e611de65c1bf053a2c8e42a /CMakeLists.txt | |
parent | 46fadba6f804b44a726b5b2de1bac188a1785a54 (diff) |
Moved Managed to core and implemented managing of nodes for the CSS Style Tree.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |