Sign in
android
/
platform
/
prebuilts
/
cmake
/
windows-x86
/
914b51e050040486de9d262bf1d846dcc56581f6
/
.
/
share
/
cmake-3.2
/
Modules
/
Platform
/
UnixWare.cmake
blob: e649bd2a48d0e4a50dd3f32083ec002f191d8b26 [
file
] [
log
] [
blame
]
set
(
CMAKE_C_COMPILE_OPTIONS_PIC
-
K PIC
)
set
(
CMAKE_C_COMPILE_OPTIONS_PIE
""
)
set
(
CMAKE_SHARED_LIBRARY_C_FLAGS
"-K PIC"
)
set
(
CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS
"-Wl,-Bexport"
)
include
(
Platform
/
UnixPaths
)