more fixes for shared libs
This commit is contained in:
@@ -15,3 +15,8 @@ bFile.h
|
|||||||
btBulletFile.cpp
|
btBulletFile.cpp
|
||||||
btBulletFile.h
|
btBulletFile.h
|
||||||
)
|
)
|
||||||
|
|
||||||
|
IF (BUILD_SHARED_LIBS)
|
||||||
|
TARGET_LINK_LIBRARIES(BulletFileLoader LinearMath)
|
||||||
|
ENDIF (BUILD_SHARED_LIBS)
|
||||||
|
|
||||||
|
|||||||
@@ -8,3 +8,8 @@ BulletWorldImporter
|
|||||||
btBulletWorldImporter.cpp
|
btBulletWorldImporter.cpp
|
||||||
btBulletWorldImporter.h
|
btBulletWorldImporter.h
|
||||||
)
|
)
|
||||||
|
|
||||||
|
IF (BUILD_SHARED_LIBS)
|
||||||
|
TARGET_LINK_LIBRARIES(BulletWorldImporter BulletDynamics BulletCollision BulletFileLoader LinearMath)
|
||||||
|
ENDIF (BUILD_SHARED_LIBS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user