Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem3/src/bullet/LinearMath/CMakeLists.txt @ 2663

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

Merged presentation branch back to trunk.

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