Define simple configuration on INI files.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
TheoryOfNekomata f3eb15d59c Implement int test před 1 rokem
fixtures Implement int test před 1 rokem
source Implement int test před 1 rokem
subprojects Initial commit před 1 rokem
tests Implement int test před 1 rokem
.gitignore Implement int test před 1 rokem
.gitmodules Initial commit před 1 rokem
CMakeLists.txt Implement int test před 1 rokem
LICENSE Initial commit před 1 rokem
README.md Implement int test před 1 rokem

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