COSC-3P93-Project/Step 2/Submission/cmake_make_command.sh

7 lines
90 B
Bash
Executable File

#!/bin/bash
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ../
make -j 16
./Step_2