This commit is contained in:
erwincoumans
2018-02-02 20:22:53 -08:00
committed by Sam Wenke
parent 9b9a0c5992
commit d4b834b9f0
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ IF(WIN32)
ELSE()
IF(APPLE)
ELSE(APPLE)
TARGET_LINK_LIBRARIES( pthread ${DL} )
TARGET_LINK_LIBRARIES( App_RobotSimulator_NoGUI pthread ${DL} )
ENDIF(APPLE)
ENDIF(WIN32)