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

@@ -64,8 +64,9 @@ ADD_LIBRARY(BulletMultiThreaded
btGpuDefines.h
btGpuUtilsSharedCode.h
btGpuUtilsSharedDefs.h
)
SET_TARGET_PROPERTIES(BulletMultiThreaded PROPERTIES VERSION ${BULLET_VERSION})
SET_TARGET_PROPERTIES(BulletMultiThreaded PROPERTIES SOVERSION ${BULLET_VERSION})
SUBDIRS(GpuSoftBodySolvers)