Define simple configuration on INI files.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
TheoryOfNekomata f3eb15d59c Implement int test 1年前
fixtures Implement int test 1年前
source Implement int test 1年前
subprojects Initial commit 1年前
tests Implement int test 1年前
.gitignore Implement int test 1年前
.gitmodules Initial commit 1年前
CMakeLists.txt Implement int test 1年前
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