3 lines
78 B
Bash
3 lines
78 B
Bash
|
#!/bin/bash
|
||
|
cmake -B build/ -S ./ -DCMAKE_BUILD_TYPE=Debug && ninja -C build/
|