Define simple configuration on INI files.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TheoryOfNekomata de19f6437d Update project 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 Organize library 1 년 전

README.md

ini-config

Building

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