Modules: Add an Andriod platform file
It is much like Linux but has no SONAME or RPATH.
This commit is contained in:
parent
3c6943eb9d
commit
77f06b145d
5
Modules/Platform/Android.cmake
Normal file
5
Modules/Platform/Android.cmake
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
include(Platform/Linux)
|
||||||
|
set(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "")
|
||||||
|
# RPath is useless on Android, because we can't determine the installation
|
||||||
|
# location ahead of time.
|
||||||
|
set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG "")
|
Loading…
x
Reference in New Issue
Block a user