diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-31 23:11:21 +0200 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-31 23:11:21 +0200 |
| commit | a060c86f0db79d5489fc930699c00558525b80cd (patch) | |
| tree | a865185ca627de193d9ccca48bd7fe4bafee200b /cmake/FindSDL.cmake | |
| parent | c2c08e8a1e7965c13d99969476bb205a577f4fcd (diff) | |
Update searches so SDL is found on windows.
Diffstat (limited to 'cmake/FindSDL.cmake')
| -rw-r--r-- | cmake/FindSDL.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/FindSDL.cmake b/cmake/FindSDL.cmake index ee880a6..3c22b3b 100644 --- a/cmake/FindSDL.cmake +++ b/cmake/FindSDL.cmake @@ -67,6 +67,7 @@ FIND_PATH(SDL_INCLUDE_DIR SDL.h /usr/include/SDL11 /usr/local/include /usr/include + ${CMAKE_SOURCE_DIR}/packaging/windows/SDL/include #tuxanci /sw/include/SDL # Fink /sw/include /opt/local/include/SDL # DarwinPorts @@ -108,6 +109,7 @@ IF(NOT SDL_BUILDING_LIBRARY) $ENV{SDLDIR} PATH_SUFFIXES lib64 lib PATHS + ${CMAKE_SOURCE_DIR}/packaging/windows/SDL/ /usr/local /usr /sw |