summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-12-08 02:18:59 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2014-12-08 02:18:59 +0100
commit0f2eb7f1647aaf4d2fdedaee9ccb6f6fa6e179d2 (patch)
treee8f4967974bfea6ed65f13bef27ccccbb6c9cc54 /CMakeLists.txt
parenta2fafc917f96b879ad023b117978da0de124d12b (diff)
first (untested) version of the new buffer class
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 94b2cc7..d1ecc18 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -114,6 +114,7 @@ ADD_LIBRARY(ousia_core
# src/core/script/Object
# src/core/script/ScriptEngine
# src/core/script/Variant
+ src/core/utils/Buffer
src/core/variant/Reader
src/core/variant/Variant
)