Define simple configuration on INI files.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
TheoryOfNekomata 3e77323551 Fix CMakeLists hace 3 meses
fixtures Implement int test hace 1 año
minIni @ 797be9d2b8 Update directory hace 3 meses
src Fix includes hace 3 meses
tests Fix includes hace 3 meses
.gitignore Implement int test hace 1 año
.gitmodules Update directory hace 3 meses
CMakeLists.txt Fix CMakeLists hace 3 meses
LICENSE Initial commit hace 1 año
README.md Implement int test hace 1 año

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