diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-11-21 21:02:48 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2014-11-21 21:02:48 +0100 |
commit | e41852c7ec8cb95f47180005a38e6ff43c4549f9 (patch) | |
tree | ac7e906e0d30d0109170f31b3980bdb8737052ee /CMakeLists.txt | |
parent | 642ab72a555c6462d14f4abc698ff8ea13884e49 (diff) |
working on Logger and Typesystem
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 97ee48c..0d62197 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,6 +107,7 @@ ADD_LIBRARY(ousia_core src/core/CodeTokenizer src/core/CSSParser src/core/Tokenizer + src/core/Typesystem src/core/Utils ) |