You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
469 B
15 lines
469 B
16 years ago
|
SET(BEOS 1)
|
||
|
|
||
|
# GCC is the default compiler on BeOS.
|
||
|
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)
|