diff options
| author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-04 17:41:53 +0100 |
|---|---|---|
| committer | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-01-04 17:41:53 +0100 |
| commit | 1f4b48537f52646f9e4d520c2b2c2425f3565fa2 (patch) | |
| tree | ac31d3458d08d9b1f762200f5715ade3df15bc9a /CMakeLists.txt | |
| parent | dd3e14ec4dd2386cc8af61157975118acb4d6ee2 (diff) | |
first draft for HTML Demo Output (still a lot of todos).
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a494c3..ddb087e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -153,6 +153,14 @@ TARGET_LINK_LIBRARIES(ousia_css ousia_core ) +ADD_LIBRARY(ousia_html + src/plugins/html/DemoOutput +) + +TARGET_LINK_LIBRARIES(ousia_html + ousia_core +) + ADD_LIBRARY(ousia_xml src/plugins/xml/XmlParser ) |
