Implement a simple config file parser

This commit is contained in:
Viktor Soukup 2025-05-17 20:16:59 +02:00
parent 7744ac69f4
commit a04dd647f6
20 changed files with 601 additions and 0 deletions

View file

@ -2,3 +2,4 @@ include(${PROJECT_SOURCE_DIR}/CMake/Catch2.cmake)
add_subdirectory(Base64)
add_subdirectory(SQLite)
add_subdirectory(SimpleConf)