cmake
- define source and build folders:
cmake -B/path/to/my/build/folder -S/path/to/my/source/folder - compile with debug on:
cmake -DCMAKE_BUILD_TYPE=Debug ...
cmake -B/path/to/my/build/folder -S/path/to/my/source/foldercmake -DCMAKE_BUILD_TYPE=Debug ...