Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 457 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (18 loc) · 457 Bytes

Build Cosmo Compiler

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.

Build Cosmo Editor Support

yarn build:vscode && code --install-extension editors/vscode/cosmo-0.1.0.vsix