9 lines
210 B
Text
9 lines
210 B
Text
|
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)
|
||
|
|