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 f3eb15d59c Implement int test 1 yıl önce
fixtures Implement int test 1 yıl önce
source Implement int test 1 yıl önce
subprojects Initial commit 1 yıl önce
tests Implement int test 1 yıl önce
.gitignore Implement int test 1 yıl önce
.gitmodules Initial commit 1 yıl önce
CMakeLists.txt Implement int test 1 yıl ö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