Adds wrapper to md4c code, fixes issues with previous commit

This commit is contained in:
Rosia E Evans 2023-09-16 15:21:12 +01:00
parent 6d98202f38
commit d19c822764
31 changed files with 175 additions and 1722 deletions

View file

@ -1,2 +1,4 @@
add_library(md4c md4c.c)
add_library(md4c-html md4c-html.c entity.c md4c.c)
#add_compile_options(-fpermissive -w)