diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2014-11-17 18:44:35 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-17 21:43:46 -0800 |
commit | b66573cb303f9174a6b86138a7c8782eeb03b3ad (patch) | |
tree | 0938ea8a64908f840d4941a419464d1982c4f879 /src/CMakeLists.txt | |
parent | 6165f64406da8a4ff400f4badb5169415e26e940 (diff) |
Start with unified nodes
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6f78a26..d4d7d19 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,6 +4,7 @@ set(HEADERS cmark.h ast.h buffer.h + node.h chunk.h references.h debug.h @@ -16,6 +17,7 @@ set(HEADERS ) set(LIBRARY_SOURCES cmark.c + node.c blocks.c inlines.c print.c |