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 3e77323551 Fix CMakeLists il y a 3 mois
fixtures Implement int test il y a 1 an
minIni @ 797be9d2b8 Update directory il y a 3 mois
src Fix includes il y a 3 mois
tests Fix includes il y a 3 mois
.gitignore Implement int test il y a 1 an
.gitmodules Update directory il y a 3 mois
CMakeLists.txt Fix CMakeLists il y a 3 mois
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