bullet3/build_and_run_cmake.sh
2016-05-21 10:45:08 -07:00

8 lines
123 B
Bash
Executable File

#!/bin/sh
rm CMakeCache.txt
mkdir build_cmake
cd build_cmake
cmake ..
make -j12
examples/ExampleBrowser/App_ExampleBrowser