Build-tested all consumers on amd64: no fallout; ok pascal@ (MAINTAINER)
Needs a backport of commit 4f06738 because btSoftBodyHelpers.h is
currently broken: it tries to include code that's available only in
examples/*. Spotted while trying to build games/godot.
while here also:
- update HOMEPAGE (the current one is just a redirect)
- enable the tests (which are all passing!)
- Use CFLAGS and CXXFLAGS instead of CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
Bullet is a 3D Collision Detection and Rigid Body Dynamics Library
for games and animation. Free for commercial use, including
Playstation 3, open source under the ZLib License.
ok bcallah@