2 lines
29 B
Bash
2 lines
29 B
Bash
|
#!/bin/sh
|
||
|
cmake -S . -B build
|