Just a tutorial
Go to file
Arti Zirk 84844eeab2 Init 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
README.md 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

build

Use preset from CMakePresets.json

cmake -S . --preset=default

And then build

cmake --build build/default