From 8e76c612f6fb9e1637ff6c6510ab144b3fecb4db Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 9 May 2018 21:45:41 -0400 Subject: [PATCH] Add SDL to RFR libs on Linux --- plugins/remotefortressreader/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/remotefortressreader/CMakeLists.txt b/plugins/remotefortressreader/CMakeLists.txt index f47f03c5f..571098e18 100644 --- a/plugins/remotefortressreader/CMakeLists.txt +++ b/plugins/remotefortressreader/CMakeLists.txt @@ -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