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 3e77323551 Fix CMakeLists 3 ay önce
fixtures Implement int test 1 yıl önce
minIni @ 797be9d2b8 Update directory 3 ay önce
src Fix includes 3 ay önce
tests Fix includes 3 ay önce
.gitignore Implement int test 1 yıl önce
.gitmodules Update directory 3 ay önce
CMakeLists.txt Fix CMakeLists 3 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