diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-25 18:57:19 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-25 18:57:19 +0100 |
commit | 67c3618e593f88eb8177404475586735902d693f (patch) | |
tree | 274bbc603aa2ec3bdb5b23294b090bf6d137f560 /CMakeLists.txt | |
parent | 1a6236c184d7ffe3551d417b656aee31b15d1948 (diff) |
Restructures parser classes a little, removed Registry from ParserContext, gave a ResourceManager instance to the Project, using ResourceRequest when including or linking files, thought through how "including" and "linking" are handled
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 58037c0..b2c24fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -154,7 +154,7 @@ ADD_LIBRARY(ousia_core src/core/resource/Resource src/core/resource/ResourceLocator src/core/resource/ResourceManager - src/core/resource/ResourceUtils + src/core/resource/ResourceRequest # src/core/script/ScriptEngine ) @@ -241,6 +241,7 @@ IF(TEST) test/core/model/TypesystemTest test/core/parser/ParserStackTest test/core/resource/ResourceLocatorTest + test/core/resource/ResourceRequestTest # test/core/script/FunctionTest # test/core/script/ObjectTest # test/core/script/VariantTest |