summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-13 23:44:40 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-13 23:44:40 +0100
commitc5345f13b3d33630d3e3d0021f10945627ae6e2d (patch)
treee2464f0c638818034ca9fc937dfdc044d3d70cf3 /CMakeLists.txt
parentdf82b147b98cd09cb94f017910e400e148886fbe (diff)
Added new Property class for defining getters and setters
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9778b2b..90539bc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -117,6 +117,7 @@ ADD_LIBRARY(ousia_core
src/core/common/Function
src/core/common/Logger
src/core/common/Number
+ src/core/common/Property
src/core/common/Rtti
src/core/common/Terminal
src/core/common/Utils
@@ -201,6 +202,7 @@ IF(TEST)
test/core/common/CharReaderTest
test/core/common/FunctionTest
test/core/common/LoggerTest
+ test/core/common/PropertyTest
test/core/common/RttiTest
test/core/common/VariantReaderTest
test/core/common/VariantWriterTest