Torque3D/Engine/lib/bullet/build_and_run_cmake.sh

8 lines
171 B
Bash
Raw Normal View History

2022-05-13 23:42:41 -04:00
#!/bin/sh
rm CMakeCache.txt
mkdir build_cmake
cd build_cmake
cmake -DBUILD_PYBULLET=OFF -DCMAKE_BUILD_TYPE=Release ..
make -j12
examples/ExampleBrowser/App_ExampleBrowser