Define simple configuration on INI files.
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
TheoryOfNekomata bff1ce5f8a Add reference to item array parameter 1 ano atrás
fixtures Implement int test 1 ano atrás
source Add reference to item array parameter 1 ano atrás
subprojects Initial commit 1 ano atrás
tests Implement int test 1 ano atrás
.gitignore Implement int test 1 ano atrás
.gitmodules Initial commit 1 ano atrás
CMakeLists.txt Implement int test 1 ano atrás
LICENSE Initial commit 1 ano atrás
README.md Implement int test 1 ano atrás

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