This website requires JavaScript.
ReeceSX
Explore
Aurora
Register
Sign In
AuroraMiddleware
/
bullet3
Watch
1
Star
0
Fork
0
You've already forked bullet3
mirror of
https://github.com/bulletphysics/bullet3
synced
2024-12-15 22:20:12 +00:00
Code
Issues
Releases
Wiki
Activity
c3ed55057c
bullet3
/
CMakeLists.txt
4 lines
51 B
CMake
Raw
Normal View
History
Unescape
Escape
Added preliminary CMake buildsystem support, it can autogenerate projectfiles/makefiles etc. Including Mac OS X Xcode. This provides a better maintainable alternative to jam/msvcgen
2006-08-09 19:38:21 +00:00
PROJECT
(
BULLET_PHYSICS
)
First stage in refactoring Bullet: moved Bullet Collision and Dynamics and LinearMath into src folder, and all files in Collision Detection and Dynamics have bt prefix. Made all buildsystems to work again (jam, msvc, cmake)
2006-09-25 08:58:57 +00:00
SUBDIRS
(
src
Demos
Extras
)
Reference in New Issue
Copy Permalink