rebuild project for use with md4c library
This commit is contained in:
parent
18fbad5c7d
commit
6d98202f38
135 changed files with 19527 additions and 0 deletions
8
Src/CMakeLists.txt
Normal file
8
Src/CMakeLists.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
add_executable(blogParser blog.cpp)
|
||||
target_include_directories(blogParser PRIVATE Src)
|
||||
|
||||
add_subdirectory(Libs)
|
||||
|
||||
target_link_libraries(blogParser PUBLIC md4c)
|
||||
target_link_libraries(blogParser PUBLIC md4c-html)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue