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 bff1ce5f8a Add reference to item array parameter hace 1 año
fixtures Implement int test hace 1 año
source Add reference to item array parameter hace 1 año
subprojects Initial commit hace 1 año
tests Implement int test hace 1 año
.gitignore Implement int test hace 1 año
.gitmodules Initial commit hace 1 año
CMakeLists.txt Implement int test hace 1 año
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