Add toml++ and it's example program
This commit is contained in:
parent
2209bda83f
commit
f69cd94c53
4 changed files with 23 additions and 0 deletions
|
|
@ -7,4 +7,6 @@ project(
|
|||
set(CMAKE_EXPORT_COMPILE_COMMANDS true)
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
find_package(tomlplusplus REQUIRED)
|
||||
|
||||
add_subdirectory(src)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue