Define simple configuration on INI files.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
TheoryOfNekomata f3eb15d59c Implement int test il y a 1 an
fixtures Implement int test il y a 1 an
source Implement int test il y a 1 an
subprojects Initial commit il y a 1 an
tests Implement int test il y a 1 an
.gitignore Implement int test il y a 1 an
.gitmodules Initial commit il y a 1 an
CMakeLists.txt Implement int test il y a 1 an
LICENSE Initial commit il y a 1 an
README.md Implement int test il y a 1 an

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