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

@@ -16,6 +16,8 @@ ADD_LIBRARY(MiniCL
../MiniCL/cl_platform.h
../MiniCL/cl_MiniCL_Defs.h
)
SET_TARGET_PROPERTIES(MiniCL PROPERTIES VERSION ${BULLET_VERSION})
SET_TARGET_PROPERTIES(MiniCL PROPERTIES SOVERSION ${BULLET_VERSION})
IF (BUILD_SHARED_LIBS)