+ 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_debug
Normal file
7
build_gcc_linux_debug
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
mkdir debug
|
||||
cd debug
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
make
|
||||
cd ..
|
||||
Reference in a new issue