move some easy-to-use build files for Mac OSX, Linux and Windows
in the root directory.
This commit is contained in:
7
build_and_run_cmake.sh
Executable file
7
build_and_run_cmake.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
rm CMakeCache.txt
|
||||
mkdir build_cmake
|
||||
cd build_cmake
|
||||
cmake ..
|
||||
make -j12
|
||||
examples/ExampleBrowser/App_ExampleBrowser
|
||||
Reference in New Issue
Block a user