Define simple configuration on INI files.
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
TheoryOfNekomata f3eb15d59c Implement int test 1 rok temu
fixtures Implement int test 1 rok temu
source Implement int test 1 rok temu
subprojects Initial commit 1 rok temu
tests Implement int test 1 rok temu
.gitignore Implement int test 1 rok temu
.gitmodules Initial commit 1 rok temu
CMakeLists.txt Implement int test 1 rok temu
LICENSE Initial commit 1 rok temu
README.md Implement int test 1 rok temu

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