Skip to content

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 ...