mirror of
https://github.com/bulletphysics/bullet3.git
synced 2026-06-08 08:13:55 +00:00
link against DL for dlopen
This commit is contained in:
@@ -21,6 +21,9 @@ ENDIF()
|
||||
|
||||
IF (NOT WIN32)
|
||||
LINK_LIBRARIES( pthread )
|
||||
IF (NOT APPLE)
|
||||
LINK_LIBRARIES(${DL})
|
||||
ENDIF()
|
||||
ENDIF()
|
||||
|
||||
ADD_EXECUTABLE(Test_PhysicsClientServer
|
||||
|
||||
Reference in New Issue
Block a user