igmpgen/build.sh

6 lines
95 B
Bash
Raw Normal View History

2023-12-26 21:47:39 +00:00
#!/bin/sh
mkdir -p _build
cmake -S . -B _build -D CMAKE_BUILD_TYPE=Debug
cmake --build _build