COSC-3P93-Project/Step 3/cmake-build-release/cmake_make_command.sh

4 lines
82 B
Bash
Raw Normal View History

2022-10-20 11:30:15 -04:00
#!/bin/bash
cmake -DCMAKE_BUILD_TYPE=Release -G Ninja ../
ninja -j 16 && ./Step_2