aminya / cpp_vcpkg_project

A production-ready C++ project made with vcpkg
https://github.com/aminya/project_options
The Unlicense
22 stars 5 forks source link

Add cmake workflow presets #24

Closed ClausKlein closed 1 year ago

ClausKlein commented 1 year ago

Usage:

$cmake --workflow --list-presets
Available workflow presets:

  "clang-debug"
  "clang-release"
  "gcc-debug"
  "gcc-release"
$cmake --workflow --preset gcc-debug --fresh
...