Define simple configuration on INI files.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TheoryOfNekomata b5007a86c4 Add C++ name mangling пре 1 година
subprojects Initial commit пре 1 година
types Update project пре 1 година
.gitignore Update project пре 1 година
.gitmodules Initial commit пре 1 година
CMakeLists.txt Update project пре 1 година
LICENSE Initial commit пре 1 година
README.md Update project пре 1 година
ini-config.c Organize library пре 1 година
ini-config.h Add C++ name mangling пре 1 година

README.md

ini-config

Building

mkdir build
cmake "-DCMAKE_MT=%CMAKE_MT%" -G Ninja -S . -B build
cmake --build build -t ini_config