Define simple configuration on INI files.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
TheoryOfNekomata f3eb15d59c Implement int test há 1 ano
fixtures Implement int test há 1 ano
source Implement int test há 1 ano
subprojects Initial commit há 1 ano
tests Implement int test há 1 ano
.gitignore Implement int test há 1 ano
.gitmodules Initial commit há 1 ano
CMakeLists.txt Implement int test há 1 ano
LICENSE Initial commit há 1 ano
README.md Implement int test há 1 ano

README.md

ini-config

Building

mkdir build
cmake "-DCMAKE_MT=%CMAKE_MT%" -G Ninja -S . -B build
cmake --build build -t ini-config

Testing

cmake --build build -t test-int
cmake --build build -t test-string
cd build
ctest