5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cmake -B build
|
||
|
cmake --build build --target Sandbox
|