hkstreamer/build.sh

4 lines
56 B
Bash
Executable File

#!/bin/bash
cmake -S . -B build
cd build
cmake --build .