summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Android/abi-x86_64-Clang.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-06-23 19:18:13 (GMT)
committerBrad King <brad.king@kitware.com>2016-08-12 14:40:54 (GMT)
commit504db72d99fc2302de605fd9c2f845c1b8865500 (patch)
treec7c0e5fd0d5a5e6e1762c60a36eac7bf5cf5062b /Modules/Platform/Android/abi-x86_64-Clang.cmake
parentfa6325782112063b5d425714a37c8ebd01b90d7c (diff)
downloadCMake-504db72d99fc2302de605fd9c2f845c1b8865500.zip
CMake-504db72d99fc2302de605fd9c2f845c1b8865500.tar.gz
CMake-504db72d99fc2302de605fd9c2f845c1b8865500.tar.bz2
Android: Add placeholders for compiler/abi-specific settings
The Android NDK source repository at https://android.googlesource.com/platform/ndk.git has `<ndk>/build/core/toolchains/*/setup.mk` files that store tables of information for their build system. Add an equivalent file for each compiler/abi combination.
Diffstat (limited to 'Modules/Platform/Android/abi-x86_64-Clang.cmake')
-rw-r--r--Modules/Platform/Android/abi-x86_64-Clang.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Android/abi-x86_64-Clang.cmake b/Modules/Platform/Android/abi-x86_64-Clang.cmake
new file mode 100644
index 0000000..b90c939
--- /dev/null
+++ b/Modules/Platform/Android/abi-x86_64-Clang.cmake
@@ -0,0 +1,2 @@
+# <ndk>/build/core/toolchains/x86_64-clang/setup.mk
+include(Platform/Android/abi-common-Clang)