4 lines
82 B
Bash
4 lines
82 B
Bash
|
#!/bin/bash
|
||
|
cmake -DCMAKE_BUILD_TYPE=Release -G Ninja ../
|
||
|
ninja -j 16 && ./Step_2
|