hkstreamer/build.sh

4 lines
56 B
Bash
Raw Normal View History

2023-04-06 09:51:58 +08:00
#!/bin/bash
cmake -S . -B build
cd build
cmake --build .