From 1f4b48537f52646f9e4d520c2b2c2425f3565fa2 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Sun, 4 Jan 2015 17:41:53 +0100 Subject: first draft for HTML Demo Output (still a lot of todos). --- CMakeLists.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CMakeLists.txt') 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 ) -- cgit v1.2.3