Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics/src/ogrebullet/CMakeLists.txt @ 1985

Last change on this file since 1985 was 1985, checked in by rgrieder, 15 years ago

Split up OgreBullet into Collisions and Dynamics as it was intended by the developers.

  • Property svn:eol-style set to native
File size: 88 bytes
RevLine 
[1983]1INCLUDE_DIRECTORIES(../bullet)
[1971]2
[1985]3ADD_SUBDIRECTORY(Collisions)
4ADD_SUBDIRECTORY(Dynamics)
Note: See TracBrowser for help on using the repository browser.