- add search dirs for SDL2 for Hiaku OS

This commit is contained in:
Rachael Alexanderson 2017-10-30 19:45:21 +00:00
parent d543408fd4
commit 037bb1408b
1 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,7 @@ FIND_PATH(SDL2_INCLUDE_DIR SDL.h
/opt/local # DarwinPorts
/opt/csw # Blastwave
/opt
/boot/system/develop/headers/SDL2 #Hiaku OS
)
#MESSAGE("SDL2_INCLUDE_DIR is ${SDL2_INCLUDE_DIR}")
@ -96,6 +97,7 @@ FIND_LIBRARY(SDL2_LIBRARY_TEMP
/opt/local
/opt/csw
/opt
/system/lib #Hiaku OS
)
#MESSAGE("SDL2_LIBRARY_TEMP is ${SDL2_LIBRARY_TEMP}")