mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-29 15:51:45 +00:00
Merge pull request #828 from devnexen/haiku_cmake_build_ease
cmake Haiku build little improvement for SDL retrieval.
This commit is contained in:
commit
e3f2d1e6d7
1 changed files with 2 additions and 1 deletions
|
@ -76,13 +76,14 @@ SET(SDL2_SEARCH_PATHS
|
||||||
/opt/local # DarwinPorts
|
/opt/local # DarwinPorts
|
||||||
/opt/csw # Blastwave
|
/opt/csw # Blastwave
|
||||||
/opt
|
/opt
|
||||||
|
/boot/system/develop
|
||||||
${SDL2_PATH}
|
${SDL2_PATH}
|
||||||
)
|
)
|
||||||
|
|
||||||
FIND_PATH(SDL2_INCLUDE_DIR SDL.h
|
FIND_PATH(SDL2_INCLUDE_DIR SDL.h
|
||||||
HINTS
|
HINTS
|
||||||
$ENV{SDL2DIR}
|
$ENV{SDL2DIR}
|
||||||
PATH_SUFFIXES include/SDL2 include
|
PATH_SUFFIXES include/SDL2 include headers/SDL2
|
||||||
PATHS ${SDL2_SEARCH_PATHS}
|
PATHS ${SDL2_SEARCH_PATHS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue