Blog/Src/CMakeLists.txt

9 lines
210 B
Text
Raw Normal View History

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)