link against DL for dlopen
This commit is contained in:
@@ -21,6 +21,9 @@ ENDIF()
|
|||||||
|
|
||||||
IF (NOT WIN32)
|
IF (NOT WIN32)
|
||||||
LINK_LIBRARIES( pthread )
|
LINK_LIBRARIES( pthread )
|
||||||
|
IF (NOT APPLE)
|
||||||
|
LINK_LIBRARIES(${DL})
|
||||||
|
ENDIF()
|
||||||
ENDIF()
|
ENDIF()
|
||||||
|
|
||||||
ADD_EXECUTABLE(Test_PhysicsClientServer
|
ADD_EXECUTABLE(Test_PhysicsClientServer
|
||||||
|
|||||||
Reference in New Issue
Block a user