COSC-4P80-Assignment-1/build.sh

5 lines
100 B
Bash
Raw Normal View History

2024-10-01 14:45:24 -04:00
#!/bin/sh
mkdir build
cmake -DCMAKE_BUILD_TYPE=Release -S ./ -B ./build
cmake --build ./build -j 32