Implement a simple config file parser
This commit is contained in:
parent
405b68b824
commit
167b8bee8d
20 changed files with 601 additions and 0 deletions
|
@ -2,3 +2,4 @@ include(${PROJECT_SOURCE_DIR}/CMake/Catch2.cmake)
|
|||
|
||||
add_subdirectory(Base64)
|
||||
add_subdirectory(SQLite)
|
||||
add_subdirectory(SimpleConf)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue