Thread-Master/build.sh

6 lines
92 B
Bash
Executable File

# This script builds the project
mkdir -p build
cd ./build
cmake ..
make
cp "example" ../bin