Define simple configuration on INI files.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
TheoryOfNekomata 0d33ce7d14 Fix includes 4 ay önce
fixtures Implement int test 1 yıl önce
minIni @ 797be9d2b8 Update directory 4 ay önce
src Fix includes 4 ay önce
tests Fix includes 4 ay önce
.gitignore Implement int test 1 yıl önce
.gitmodules Update directory 4 ay önce
CMakeLists.txt Update CMakeLists 4 ay önce
LICENSE Initial commit 1 yıl önce
README.md Implement int test 1 yıl önce

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