diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-22 02:42:29 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-22 02:42:29 +0100 |
commit | 8e7be30a309ccd84684033ea854c574b32282495 (patch) | |
tree | 84bb350058f0254cbf631d814742e9b1d6ff6dd4 /CMakeLists.txt | |
parent | 0c3281b8d737093bc872df236c0156a49ed9028d (diff) |
Added Location.cpp (empty, but verifies that the header has no errors)
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 2b8efc8..bcba476 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -125,6 +125,7 @@ ADD_LIBRARY(ousia_core src/core/common/Exceptions src/core/common/Function src/core/common/Logger + src/core/common/Location src/core/common/Number src/core/common/Property src/core/common/Rtti |