Add SDL to RFR libs on Linux

develop
lethosor 2018-05-09 21:45:41 -04:00
parent c510e7d7a0
commit 8e76c612f6
1 changed files with 3 additions and 0 deletions

@ -33,6 +33,9 @@ IF(UNIX)
# add any extra linux libs here
${PROJECT_LIBS}
)
IF(NOT APPLE)
SET(PROJECT_LIBS ${PROJECT_LIBS} SDL)
ENDIF()
# windows
ELSE(UNIX)
SET(PROJECT_LIBS