diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-11 00:55:55 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-11 00:55:55 +0100 |
commit | b7d0f6517d19b6f8c544d6fa88a5f17b3c591a03 (patch) | |
tree | aa0c18c7af52210eafc4cc23bf561984ac6977b5 /CMakeLists.txt | |
parent | dd185959b9fff68008d02979fefde602d177ce75 (diff) |
Refactored number class out of VariantReader and added documentation
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e67e2be..781b9c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,6 +115,7 @@ ADD_LIBRARY(ousia_core src/core/common/Exceptions src/core/common/Function src/core/common/Logger + src/core/common/Number src/core/common/Rtti src/core/common/Terminal src/core/common/Utils |