BUG: fix for # 8413 add more haiku searching

This commit is contained in:
Bill Hoffman 2009-01-29 11:42:07 -05:00
parent 33c296a44e
commit 9b0fe5738b
1 changed files with 2 additions and 1 deletions

View File

@ -17,4 +17,5 @@ LIST(APPEND CMAKE_SYSTEM_INCLUDE_PATH /boot/common/include)
LIST(APPEND CMAKE_SYSTEM_LIBRARY_PATH /boot/common/lib)
LIST(APPEND CMAKE_SYSTEM_PROGRAM_PATH /boot/common/bin)
LIST(APPEND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES /boot/common/lib)
LIST(APPEND CMAKE_SYSTEM_INCLUDE_PATH /boot/develop/headers/3rdparty)
LIST(APPEND CMAKE_SYSTEM_LIBRARY_PATH /boot/develop/lib/x86)