💾 Archived View for gmi.noulin.net › gitRepositories › md4c › file › md2html › CMakeLists.txt.gmi captured on 2023-07-10 at 18:08:31. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-01-29)

-=-=-=-=-=-=-

md4c

Log

Files

Refs

README

LICENSE

CMakeLists.txt (188B)

     1 
     2 include_directories("${PROJECT_SOURCE_DIR}/md4c")
     3 
     4 add_executable(md2html cmdline.c cmdline.h entity.c entity.h md2html.c render_html.c render_html.h)
     5 target_link_libraries(md2html md4c)