move some easy-to-use build files for Mac OSX, Linux and Windows

in the root directory.
This commit is contained in:
Erwin Coumans
2016-05-21 10:45:08 -07:00
parent 2fc0358750
commit 9bd88e5727
6 changed files with 22 additions and 313 deletions

7
build_and_run_cmake.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
rm CMakeCache.txt
mkdir build_cmake
cd build_cmake
cmake ..
make -j12
examples/ExampleBrowser/App_ExampleBrowser