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
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
project(BlogParser)
|
||||
cmake_minimum_required(VERSION 3.20)
|
||||
|
||||
set(CMAKE_BUILD_TYPE Debug) #Debug or Release
|
||||
|
||||
add_subdirectory(Src)
|
||||
add_subdirectory(Tests)
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue