Define simple configuration on INI files.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
TheoryOfNekomata f0d08e776b Update directory 5 个月前
fixtures Implement int test 1年前
minIni @ 797be9d2b8 Update directory 5 个月前
src Update directory 5 个月前
tests Implement int test 1年前
.gitignore Implement int test 1年前
.gitmodules Update directory 5 个月前
CMakeLists.txt Update directory 5 个月前
LICENSE Initial commit 1年前
README.md Implement int test 1年前

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