summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-02 00:33:32 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-03-02 00:33:32 +0100
commit8197dc488926e8645efb47e60d0988a6a65fc15f (patch)
treeb08def75afc5c06386d43aca79e14321982525bb /CMakeLists.txt
parent3bdc30e0798d6b356782da430e93b72b4303e963 (diff)
Adapted OsmlParser to new Stack interface, reenabled OsmlParser code in CMakeLists
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2a09b54..f6a7257 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -214,7 +214,7 @@ ADD_LIBRARY(ousia_core
#)
ADD_LIBRARY(ousia_osml
-# src/formats/osml/OsmlParser
+ src/formats/osml/OsmlParser
src/formats/osml/OsmlStreamParser
)