added some new scripts to specialize building and a build script for visual studio 2008
This commit is contained in:
parent
fe231cd701
commit
52b5274094
4 changed files with 29 additions and 6 deletions
7
eo/build_gcc_linux_unittest
Executable file
7
eo/build_gcc_linux_unittest
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
mkdir debug
|
||||
cd debug
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug -DENABLE_CMAKE_TESTING=1 ..
|
||||
make
|
||||
cd ..
|
||||
Reference in a new issue