Define simple configuration on INI files.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
TheoryOfNekomata f3eb15d59c Implement int test vor 1 Jahr
fixtures Implement int test vor 1 Jahr
source Implement int test vor 1 Jahr
subprojects Initial commit vor 1 Jahr
tests Implement int test vor 1 Jahr
.gitignore Implement int test vor 1 Jahr
.gitmodules Initial commit vor 1 Jahr
CMakeLists.txt Implement int test vor 1 Jahr
LICENSE Initial commit vor 1 Jahr
README.md Implement int test vor 1 Jahr

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