igmpgen/build.sh
Glenn e1465ebe67
All checks were successful
continuous-integration/drone/push Build is passing
chore: add helper scripts
2023-12-26 22:47:39 +01:00

5 lines
95 B
Bash
Executable file

#!/bin/sh
mkdir -p _build
cmake -S . -B _build -D CMAKE_BUILD_TYPE=Debug
cmake --build _build