mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-02 20:51:26 +00:00
8 lines
131 B
Bash
Executable File
8 lines
131 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
cmake -S . -B build
|
|
cmake --build build --clean-first -v
|
|
ldd build/py_mscclpp.cpython-39-x86_64-linux-gnu.so
|
|
|