Merge topic 'Android-platform'

77f06b14 Modules: Add an Andriod platform file
This commit is contained in:
Brad King 2014-03-20 09:22:15 -04:00 committed by CMake Topic Stage
commit deb981c052
1 changed files with 5 additions and 0 deletions

View 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 "")