Define simple configuration on INI files.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
TheoryOfNekomata 3e77323551 Fix CMakeLists 3 个月前
fixtures Implement int test 1年前
minIni @ 797be9d2b8 Update directory 3 个月前
src Fix includes 3 个月前
tests Fix includes 3 个月前
.gitignore Implement int test 1年前
.gitmodules Update directory 3 个月前
CMakeLists.txt Fix CMakeLists 3 个月前
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