diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-03-03 14:33:55 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-03-03 14:33:55 +0100 |
commit | 21aa94db203c0b1bcab18bc4858edcdb2afc894d (patch) | |
tree | 72a7bdfdf3b55303956bedbf3a9ec8f2b150bfae | |
parent | 1c33913ebb5d9202575d3ca99bd17366d30f2261 (diff) |
Reactivated main program
-rw-r--r-- | CMakeLists.txt | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c7ad7a3..f6807f3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -276,19 +276,19 @@ TARGET_LINK_LIBRARIES(ousia_xml # Command line interface -#ADD_EXECUTABLE(ousia -# src/cli/Main -#) +ADD_EXECUTABLE(ousia + src/cli/Main +) -#TARGET_LINK_LIBRARIES(ousia -# ousia_core -# ousia_filesystem -# ousia_html -# ousia_xml -# ousia_osml -# ousia_osxml -# ${Boost_LIBRARIES} -#) +TARGET_LINK_LIBRARIES(ousia + ousia_core + ousia_filesystem + ousia_html + ousia_xml + ousia_osml + ousia_osxml + ${Boost_LIBRARIES} +) # If testing is enabled, build the unit tests IF(TEST) |