Files
mscclpp/python/setup.sh
2023-03-24 22:18:51 +00:00

7 lines
79 B
Bash
Executable File

#!/bin/bash
set -ex
cmake -S . -B build
cmake --build build --clean-first -v