diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 53b8e89..5a494c3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,6 +124,7 @@ ADD_LIBRARY(ousia_core src/core/managed/Manager src/core/model/Document src/core/model/Domain + src/core/model/Index src/core/model/Node src/core/model/Typesystem src/core/parser/Parser @@ -198,6 +199,7 @@ IF(TEST) test/core/managed/VariantObjectTest test/core/model/DomainTest test/core/model/DocumentTest + test/core/model/IndexTest test/core/model/NodeTest test/core/model/TypesystemTest test/core/parser/ParserStackTest |