From 3e124a41f14fa3a76febba09f4b58b3f5361efdb Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Wed, 17 Dec 2014 14:52:58 +0100 Subject: noticed that Andreas did already implement Cardinality in form of the RangeSet. Removed my own attempts at programming the Cardinality and used his code. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 4469db2..cddf159 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -114,7 +114,6 @@ ADD_LIBRARY(ousia_core src/core/managed/Managed src/core/managed/ManagedType src/core/managed/Manager - src/core/model/Cardinality src/core/model/Document src/core/model/Domain src/core/model/Typesystem @@ -185,7 +184,6 @@ IF(TEST) test/core/managed/ManagedContainerTest test/core/managed/ManagedTest test/core/managed/ManagerTest - test/core/model/CardinalityTest test/core/model/DocumentTest test/core/parser/ParserStackTest # test/core/script/FunctionTest -- cgit v1.2.3