summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-23 00:33:47 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-23 00:33:47 +0100
commitedc7d6cd129e4e9dcbe3e2a33a7a31dcd4eaf998 (patch)
tree5c56ae4fb75bc228262004b222145aaa95269c9a /CMakeLists.txt
parent17f4fb572a0493679342077c36ff8eb3116cb222 (diff)
Added ResourceUtils class containing helper functions for deducing resource types.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index bcba476..a56eb7f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,6 +151,7 @@ ADD_LIBRARY(ousia_core
src/core/parser/ParserStack
src/core/resource/Resource
src/core/resource/ResourceLocator
+ src/core/resource/ResourceUtils
# src/core/script/ScriptEngine
)