mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 17:26:04 +00:00
7 lines
79 B
Bash
Executable File
7 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
cmake -S . -B build
|
|
cmake --build build --clean-first -v
|
|
|