This commit is contained in:
erwincoumans
2018-02-02 20:22:53 -08:00
parent f119cff516
commit b692ec87f7
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)