Adds beginnings of BlogPageBuilder and associated classes
This commit is contained in:
parent
65aefe46ce
commit
1506f661c9
114 changed files with 4740 additions and 518 deletions
|
@ -4,4 +4,11 @@ add_executable(tests test.cpp)
|
|||
|
||||
target_include_directories(tests PRIVATE ../Src)
|
||||
|
||||
|
||||
target_link_libraries(tests PRIVATE BlogParser)
|
||||
target_link_libraries(tests PRIVATE BlogPageBuilder)
|
||||
|
||||
target_link_libraries(tests PUBLIC md4c)
|
||||
target_link_libraries(tests PUBLIC md4c-html)
|
||||
|
||||
target_link_libraries(tests PRIVATE Catch2::Catch2WithMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue