352 B
352 B
description
| description |
|---|
| Build the Juliet projects |
// turbo-all This workflow builds the Juliet project.
- To build the default (clang-Debug):
// turbo
misc\build.bat clang - To build a specific configuration (e.g., clang-Debug, msvc-Debug):
// turbo
misc\build.bat clang-Debug - To see all available targets:
// turbo
misc\build.bat -showtargets