No description
  • C 99%
  • CMake 1%
Find a file
2025-03-20 09:18:46 +01:00
doc/examples eerste werkende cmake configuratie 2025-03-12 21:53:34 +01:00
src email adres update 2025-03-13 11:40:42 +01:00
.gitignore cmake adapted to out-of-source-builds in build/ 2025-03-13 00:15:51 +01:00
CMakeLists.txt eerste werkende cmake configuratie 2025-03-12 21:53:34 +01:00
README.md make up with code flags 2025-03-13 13:35:04 +01:00
REAME1.md space added 2025-03-20 09:18:46 +01:00

zonnetje

git clean -d -f -x
cmake -B build
cmake --build build

OR

cmake .
cmake --build .