summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Android-Clang-ASM.cmake
diff options
context:
space:
mode:
authorFlorent Castelli <florent.castelli@gmail.com>2017-01-06 22:33:37 (GMT)
committerBrad King <brad.king@kitware.com>2017-01-10 19:12:46 (GMT)
commit524f5ee186f95a0dc0dc449e437910a72b175893 (patch)
tree51d66dee36c2db0b7ecba09e948e20f2209ddcb8 /Modules/Platform/Android-Clang-ASM.cmake
parentc628fd2fab273999e959aad00834369924dd9d06 (diff)
downloadCMake-524f5ee186f95a0dc0dc449e437910a72b175893.zip
CMake-524f5ee186f95a0dc0dc449e437910a72b175893.tar.gz
CMake-524f5ee186f95a0dc0dc449e437910a72b175893.tar.bz2
Android: Set compiler target platform when compiling ASM with Clang
Closes: #16535
Diffstat (limited to 'Modules/Platform/Android-Clang-ASM.cmake')
-rw-r--r--Modules/Platform/Android-Clang-ASM.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/Platform/Android-Clang-ASM.cmake b/Modules/Platform/Android-Clang-ASM.cmake
new file mode 100644
index 0000000..6448da6
--- /dev/null
+++ b/Modules/Platform/Android-Clang-ASM.cmake
@@ -0,0 +1,2 @@
+include(Platform/Android-Clang)
+__android_compiler_clang(ASM)