From 9b0fe5738b28f343c0c56689ff2bcc6203b5fb27 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 29 Jan 2009 11:42:07 -0500 Subject: BUG: fix for # 8413 add more haiku searching --- Modules/Platform/Haiku.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modules/Platform/Haiku.cmake b/Modules/Platform/Haiku.cmake index 2b78453..84ded80 100644 --- a/Modules/Platform/Haiku.cmake +++ b/Modules/Platform/Haiku.cmake @@ -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) -- cgit v0.12