[Cmake-commits] [cmake-commits] hoffman committed Haiku.cmake 1.1 1.2
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Dec 3 16:13:19 EST 2008
Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv12766/Platform
Modified Files:
Haiku.cmake
Log Message:
ENH: fix curses on haiku
Index: Haiku.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/Platform/Haiku.cmake,v
retrieving revision 1.1
retrieving revision 1.2
diff -C 2 -d -r1.1 -r1.2
*** Haiku.cmake 15 Sep 2008 21:53:27 -0000 1.1
--- Haiku.cmake 3 Dec 2008 21:13:17 -0000 1.2
***************
*** 13,14 ****
--- 13,20 ----
INCLUDE(Platform/UnixPaths)
+ LIST(APPEND CMAKE_SYSTEM_PREFIX_PATH /boot/common)
+ 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)
+
More information about the Cmake-commits
mailing list