Spade

Mini Shell

Directory:~$ /proc/self/root/usr/share/cmake/Modules/Platform/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ //proc/self/root/usr/share/cmake/Modules/Platform/BeOS.cmake

set(BEOS 1)

set(CMAKE_DL_LIBS root be)
set(CMAKE_C_COMPILE_OPTIONS_PIC "-fPIC")
set(CMAKE_C_COMPILE_OPTIONS_PIE "-fPIE")
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,")

include(Platform/UnixPaths)