rebuild project for use with md4c library

This commit is contained in:
Rosia E Evans 2023-09-15 13:00:49 +01:00
parent 18fbad5c7d
commit 6d98202f38
135 changed files with 19527 additions and 0 deletions

2
Src/Libs/CMakeLists.txt Normal file
View file

@ -0,0 +1,2 @@
add_library(md4c md4c.c)
add_library(md4c-html md4c-html.c entity.c md4c.c)