From cbeffc5776c93a1b6380d9edfda231c8482f71f5 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 2 Feb 2015 01:59:57 +0100 Subject: Introduced RootNode class from which Document, Domain and Typesystem should derive. This class is needed for the "import" handler. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index dc62b75..04af853 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,6 +146,7 @@ ADD_LIBRARY(ousia_core src/core/model/Index src/core/model/Node src/core/model/Project + src/core/model/RootNode src/core/model/Style src/core/model/Typesystem src/core/parser/Parser -- cgit v1.2.3