md4c

C Markdown parser. Fast. SAX-like interface. Compliant to CommonMark specification.
git clone https://noulin.net/git/md4c.git
Log | Files | Refs | README | LICENSE

commit 818dd3872681a8abdb451da418874786d03d8f58
parent 33fb79f0d0fcf81ff1d7d8e9a866c4cc7780e0a5
Author: Martin Mitas <mity@morous.org>
Date:   Mon,  3 Oct 2016 20:38:11 +0200

Do not change build output dir.

It causes filename coflict on Unix systems: Linker cannot output 'md2html'
if a subdirectory of the same name exists.

Diffstat:
MCMakeLists.txt | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -27,6 +27,5 @@ elseif(MSVC) endif() -set(EXECUTABLE_OUTPUT_PATH "${PROJECT_BINARY_DIR}") add_subdirectory(md4c) add_subdirectory(md2html)