diff options
author | Brad King <brad.king@kitware.com> | 2014-03-20 13:22:15 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-03-20 13:22:15 (GMT) |
commit | deb981c0526f37d8405a34f9f6a7f1f3459d4aab (patch) | |
tree | 3965e8d3d4813b48997273bb8fc579c3305a4bad /Modules | |
parent | fb60cf46b6a7bcd1545cfb6f2e41ab3f72e7df55 (diff) | |
parent | 77f06b145d57c4665ff5d71b89a70c54a009ad14 (diff) | |
download | CMake-deb981c0526f37d8405a34f9f6a7f1f3459d4aab.zip CMake-deb981c0526f37d8405a34f9f6a7f1f3459d4aab.tar.gz CMake-deb981c0526f37d8405a34f9f6a7f1f3459d4aab.tar.bz2 |
Merge topic 'Android-platform'
77f06b14 Modules: Add an Andriod platform file
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Platform/Android.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/Platform/Android.cmake b/Modules/Platform/Android.cmake new file mode 100644 index 0000000..a4c122d --- /dev/null +++ b/Modules/Platform/Android.cmake @@ -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 "") |