From 96942ea3052b4ee9005cddae9964e1fc101c660b Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Thu, 13 Nov 2014 16:43:50 +0100 Subject: Node.cpp and Node.hpp now containts the new Node base class (which always is a named node). Node instances implement the complex logic for being resolved with a path of names relative to another node --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 73e2fb8..58fa742 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -97,6 +97,7 @@ ADD_DEFINITIONS( # ousia_script library (containing the bindings needed for script engines) ADD_LIBRARY(ousia_core src/core/dom/Managed + src/core/dom/Node src/core/script/Function src/core/script/Object src/core/script/ScriptEngine -- cgit v1.2.3