Define simple configuration on INI files.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
TheoryOfNekomata b5007a86c4 Add C++ name mangling 1 rok temu
subprojects Initial commit 1 rok temu
types Update project 1 rok temu
.gitignore Update project 1 rok temu
.gitmodules Initial commit 1 rok temu
CMakeLists.txt Update project 1 rok temu
LICENSE Initial commit 1 rok temu
README.md Update project 1 rok temu
ini-config.c Organize library 1 rok temu
ini-config.h Add C++ name mangling 1 rok temu

README.md

ini-config

Building

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