summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-27 21:51:30 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-28 16:27:00 -0800
commitd57f3952ca8b9aac16db8243539f4c1c5dbf3c93 (patch)
tree21ff4ae66cc5d6130963172df2badb3a77a4930e /src/CMakeLists.txt
parentbf44064d09afd04039058a00c32c1532fb5e2b61 (diff)
Added xml writer, to dump the AST in XML.
This is a work-in-progress. CommonMark.dtd gives the DTD for the generated XML. Closes #53.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 8eb198e..ef26bef 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -29,6 +29,7 @@ set(LIBRARY_SOURCES
buffer.c
references.c
man.c
+ xml.c
html.c
html_unescape.gperf
houdini_href_e.c