link against DL for dlopen

This commit is contained in:
erwincoumans 2017-09-23 07:26:03 -07:00
parent 240fff575d
commit 5f6cd6a42b

View File

@ -21,6 +21,9 @@ ENDIF()
IF (NOT WIN32)
LINK_LIBRARIES( pthread )
IF (NOT APPLE)
LINK_LIBRARIES(${DL})
ENDIF()
ENDIF()
ADD_EXECUTABLE(Test_PhysicsClientServer