Lists Presets:
cmake --list-presets=all .
Generate Preset:
cmake --preset=relwithdebinfo-ninja-clang .
Build with Preset:
cmake --build cmake-build-relwithdebinfo --config RelWithDebInfo --target xxx
Use xxx
to specify the target you want to build, such as all
.
yarn build:vscode && code --install-extension editors/vscode/cosmo-0.1.0.vsix