summaryrefslogtreecommitdiff
path: root/cmake/FindSDL_ttf.cmake
diff options
context:
space:
mode:
authorDusan Durech <dusan.d@Centrum.sk>2009-08-16 15:33:47 +0200
committerDusan Durech <dusan.d@Centrum.sk>2009-08-16 15:33:47 +0200
commitfcafb3fc81d340f939bdde215b813d69c34ac9e0 (patch)
treea47062bee471b6a1384002ff2e4e5f4caf89afec /cmake/FindSDL_ttf.cmake
parentb97ea6df3480e023a4e1be76ed6c357c7f06f01e (diff)
parent80fa5d597783793afab25d55757254dcf9172716 (diff)
Merge branch 'master' of ssh://oroborus@repo.or.cz/srv/git/tuxanci
Diffstat (limited to 'cmake/FindSDL_ttf.cmake')
-rw-r--r--cmake/FindSDL_ttf.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindSDL_ttf.cmake b/cmake/FindSDL_ttf.cmake
index 10ec40a..32dbbad 100644
--- a/cmake/FindSDL_ttf.cmake
+++ b/cmake/FindSDL_ttf.cmake
@@ -30,13 +30,13 @@ FIND_PATH(SDLTTF_INCLUDE_DIR SDL_ttf.h
/usr/include
/sw/include/SDL # Fink
/sw/include
- ${CMAKE_SOURCE_DIR}/packaging/windows/SDL/include #tuxanci
/opt/local/include/SDL # DarwinPorts
/opt/local/include
/opt/csw/include/SDL # Blastwave
/opt/csw/include
/opt/include/SDL
/opt/include
+ ${CMAKE_SOURCE_DIR}/packaging/windows/SDL/include #tuxanci
)
FIND_LIBRARY(SDLTTF_LIBRARY
@@ -45,7 +45,6 @@ FIND_LIBRARY(SDLTTF_LIBRARY
$ENV{SDLTTFDIR}
$ENV{SDLDIR}
PATHS
- ${CMAKE_SOURCE_DIR}/packaging/windows/SDL/
~/Library/Frameworks
/Library/Frameworks
/usr/local
@@ -54,6 +53,7 @@ FIND_LIBRARY(SDLTTF_LIBRARY
/opt/local
/opt/csw
/opt
+ ${CMAKE_SOURCE_DIR}/packaging/windows/SDL/
PATH_SUFFIXES lib64 lib
)