Applied patch for Issue 429 to set lib properties

Thanks to andrebra for the patch
This commit is contained in:
erwin.coumans
2010-09-21 23:14:10 +00:00
parent 0292521757
commit 0b328a0b8a
3 changed files with 6 additions and 1 deletions

View File

@@ -79,6 +79,8 @@ SET(BulletDynamics_HDRS
ADD_LIBRARY(BulletDynamics ${BulletDynamics_SRCS} ${BulletDynamics_HDRS})
SET_TARGET_PROPERTIES(BulletDynamics PROPERTIES VERSION ${BULLET_VERSION})
SET_TARGET_PROPERTIES(BulletDynamics PROPERTIES SOVERSION ${BULLET_VERSION})
IF (BUILD_SHARED_LIBS)
TARGET_LINK_LIBRARIES(BulletDynamics BulletCollision LinearMath)
ENDIF (BUILD_SHARED_LIBS)