more fixes for shared libs

This commit is contained in:
erwin.coumans
2010-03-06 17:21:08 +00:00
parent 97bc4be09d
commit 5bd008eff7
2 changed files with 10 additions and 0 deletions

View File

@@ -15,3 +15,8 @@ bFile.h
btBulletFile.cpp
btBulletFile.h
)
IF (BUILD_SHARED_LIBS)
TARGET_LINK_LIBRARIES(BulletFileLoader LinearMath)
ENDIF (BUILD_SHARED_LIBS)