[Cmake-commits] [cmake-commits] hoffman committed Haiku.cmake NONE 1.1

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 15 17:53:29 EDT 2008


Update of /cvsroot/CMake/CMake/Modules/Platform
In directory public:/mounts/ram/cvs-serv30779/Modules/Platform

Added Files:
	Haiku.cmake 
Log Message:
ENH: add initial support for HAIKU OS from bug# 7425


--- NEW FILE: Haiku.cmake ---
SET(BEOS 1)

# GCC is the default compiler on Haiku.
INCLUDE(${CMAKE_ROOT}/Modules/Platform/gcc.cmake)

SET(CMAKE_DL_LIBS root be)
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "-fPIC")
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-nostart")
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "-Wl,-rpath,")
SET(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP ":")
SET(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-Wl,-soname,")
SET(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG "-Wl,-soname,")

INCLUDE(Platform/UnixPaths)



More information about the Cmake-commits mailing list