12 lines
147 B
CMake
12 lines
147 B
CMake
|
|
INCLUDE_DIRECTORIES(
|
|
${BULLET_PHYSICS_SOURCE_DIR}/src }
|
|
)
|
|
|
|
ADD_LIBRARY(LibLinearMath
|
|
btQuickprof.cpp
|
|
btGeometryUtil.cpp
|
|
btAlignedAllocator.cpp
|
|
)
|
|
|