diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-10 11:23:50 +0100 |
---|---|---|
committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2014-12-10 11:23:50 +0100 |
commit | d4df46459e558f10cab9dc51ef0ee5bf5e769ad1 (patch) | |
tree | 670b8f009cb603c697690b4fc0a1e589e237f6d6 /CMakeLists.txt | |
parent | a8f78252f05327d37aec3b853109b6d1359af452 (diff) |
integrated ResourceLocator into the Registry.
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 804276d..3f6c0f6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -104,6 +104,7 @@ ADD_LIBRARY(ousia_core src/core/Logger src/core/Managed src/core/Node + src/core/Registry src/core/ResourceLocator src/core/Tokenizer # src/core/Typesystem |