diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 23:23:17 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-02-15 23:23:17 +0100 |
commit | 1b033795a1780639c1c289524d2ef9ac3e36659d (patch) | |
tree | 469782de83d418d39e0bcce8c604739e67b7c6e8 /CMakeLists.txt | |
parent | 40f33ed35691c5052beaa98ca89c0f22ceb12666 (diff) |
Added OsmlParserTest
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b2a4b82..5b310a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -352,6 +352,7 @@ IF(TEST) ) ADD_EXECUTABLE(ousia_test_osml + test/formats/osml/OsmlParserTest test/formats/osml/OsmlStreamParserTest ) @@ -359,6 +360,7 @@ IF(TEST) ${GTEST_LIBRARIES} ousia_core ousia_osml + ousia_filesystem ) ADD_EXECUTABLE(ousia_test_osxml |