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 b5007a86c4 Add C++ name mangling il y a 1 an
subprojects Initial commit il y a 1 an
types Update project il y a 1 an
.gitignore Update project il y a 1 an
.gitmodules Initial commit il y a 1 an
CMakeLists.txt Update project il y a 1 an
LICENSE Initial commit il y a 1 an
README.md Update project il y a 1 an
ini-config.c Organize library il y a 1 an
ini-config.h Add C++ name mangling 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