+ some useful files added
This commit is contained in:
parent
84b1515a56
commit
8d18acb81d
18 changed files with 2149 additions and 133 deletions
7
build_gcc_linux_release
Normal file
7
build_gcc_linux_release
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
mkdir release
|
||||
cd release
|
||||
cmake ..
|
||||
make
|
||||
cd ..
|
||||
Loading…
Add table
Add a link
Reference in a new issue