Skip to content
Snippets Groups Projects
Commit 3a8b6d56 authored by bobarna's avatar bobarna
Browse files

added build script

parent f3690e27
Branches master
No related tags found
No related merge requests found
#!/bin/bash
mkdir build
cd build
cmake ..
make
cd ..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment