Just a tutorial
Go to file
2021-07-12 17:22:42 +03:00
alib Init 2021-07-12 17:22:42 +03:00
.gitignore Init 2021-07-12 17:22:42 +03:00
CMakeLists.txt Init 2021-07-12 17:22:42 +03:00
CMakePresets.json Init 2021-07-12 17:22:42 +03:00
config.h.in Init 2021-07-12 17:22:42 +03:00
main.c Init 2021-07-12 17:22:42 +03:00
README.md Init 2021-07-12 17:22:42 +03:00

build

Use preset from CMakePresets.json

cmake -S . --preset=default

And then build

cmake --build build/default