diff --git a/CMakeScripts/FindSDL2.cmake b/CMakeScripts/FindSDL2.cmake index 5a25af08..63da103d 100644 --- a/CMakeScripts/FindSDL2.cmake +++ b/CMakeScripts/FindSDL2.cmake @@ -89,7 +89,8 @@ SET(SDL2_SEARCH_PATHS /opt/local # MacPorts /opt/csw # OpenCSW (Solaris) /opt - ${SDL2_PATH} + ${SDL2_PATH}/include + ${SDL2_PATH}/lib ) FIND_PATH(SDL2_INCLUDE_DIR SDL.h