5 lines
72 B
Bash
5 lines
72 B
Bash
|
#!/bin/bash
|
||
|
cmake -DCMAKE_BUILD_TYPE=Release -G Ninja ..
|
||
|
ninja
|
||
|
./Step_2
|