Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/physics_merge/src/bullet/LinearMath/CMakeLists.txt @ 2442

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

Finally merged physics stuff. Target is physics_merge because I'll have to do some testing first.

  • Property svn:eol-style set to native
File size: 149 bytes
RevLine 
[2430]1SET(LinearMath_SRCS
[1963]2                btConvexHull.cpp
3                btQuickprof.cpp
4                btGeometryUtil.cpp
5                btAlignedAllocator.cpp
6)
7
[2430]8ADD_LIBRARY(LinearMath ${LinearMath_SRCS})
Note: See TracBrowser for help on using the repository browser.