This website requires JavaScript.
Explore
Help
Sign In
tri11paragon
/
COSC-4P80-Assignment-1
mirror of
https://github.com/tri11paragon/COSC-4P80-Assignment-1.git
Watch
1
Star
0
Fork
You've already forked COSC-4P80-Assignment-1
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
COSC-4P80-Assignment-1
/
build.sh
5 lines
100 B
Bash
Raw
Permalink
Blame
History
#!/bin/sh
mkdir build
cmake -DCMAKE_BUILD_TYPE
=
Release -S ./ -B ./build
cmake --build ./build -j
32
Reference in New Issue
View Git Blame
Copy Permalink