diff options
Diffstat (limited to 'triplets')
| -rw-r--r-- | triplets/community/arm-android.cmake | 4 | ||||
| -rw-r--r-- | triplets/community/arm-neon-android.cmake | 4 | ||||
| -rw-r--r-- | triplets/community/arm64-android.cmake | 4 | ||||
| -rw-r--r-- | triplets/community/armv6-android.cmake | 4 | ||||
| -rw-r--r-- | triplets/community/x64-android.cmake | 4 | ||||
| -rw-r--r-- | triplets/community/x86-android.cmake | 4 |
6 files changed, 24 insertions, 0 deletions
diff --git a/triplets/community/arm-android.cmake b/triplets/community/arm-android.cmake new file mode 100644 index 000000000..29ba5655a --- /dev/null +++ b/triplets/community/arm-android.cmake @@ -0,0 +1,4 @@ +set(VCPKG_TARGET_ARCHITECTURE arm)
+set(VCPKG_CRT_LINKAGE static)
+set(VCPKG_LIBRARY_LINKAGE static)
+set(VCPKG_CMAKE_SYSTEM_NAME Android)
diff --git a/triplets/community/arm-neon-android.cmake b/triplets/community/arm-neon-android.cmake new file mode 100644 index 000000000..29ba5655a --- /dev/null +++ b/triplets/community/arm-neon-android.cmake @@ -0,0 +1,4 @@ +set(VCPKG_TARGET_ARCHITECTURE arm)
+set(VCPKG_CRT_LINKAGE static)
+set(VCPKG_LIBRARY_LINKAGE static)
+set(VCPKG_CMAKE_SYSTEM_NAME Android)
diff --git a/triplets/community/arm64-android.cmake b/triplets/community/arm64-android.cmake new file mode 100644 index 000000000..20b255d39 --- /dev/null +++ b/triplets/community/arm64-android.cmake @@ -0,0 +1,4 @@ +set(VCPKG_TARGET_ARCHITECTURE arm64)
+set(VCPKG_CRT_LINKAGE static)
+set(VCPKG_LIBRARY_LINKAGE static)
+set(VCPKG_CMAKE_SYSTEM_NAME Android)
diff --git a/triplets/community/armv6-android.cmake b/triplets/community/armv6-android.cmake new file mode 100644 index 000000000..29ba5655a --- /dev/null +++ b/triplets/community/armv6-android.cmake @@ -0,0 +1,4 @@ +set(VCPKG_TARGET_ARCHITECTURE arm)
+set(VCPKG_CRT_LINKAGE static)
+set(VCPKG_LIBRARY_LINKAGE static)
+set(VCPKG_CMAKE_SYSTEM_NAME Android)
diff --git a/triplets/community/x64-android.cmake b/triplets/community/x64-android.cmake new file mode 100644 index 000000000..6342ce536 --- /dev/null +++ b/triplets/community/x64-android.cmake @@ -0,0 +1,4 @@ +set(VCPKG_TARGET_ARCHITECTURE x64)
+set(VCPKG_CRT_LINKAGE static)
+set(VCPKG_LIBRARY_LINKAGE static)
+set(VCPKG_CMAKE_SYSTEM_NAME Android)
diff --git a/triplets/community/x86-android.cmake b/triplets/community/x86-android.cmake new file mode 100644 index 000000000..ca0fbaeff --- /dev/null +++ b/triplets/community/x86-android.cmake @@ -0,0 +1,4 @@ +set(VCPKG_TARGET_ARCHITECTURE x86)
+set(VCPKG_CRT_LINKAGE static)
+set(VCPKG_LIBRARY_LINKAGE static)
+set(VCPKG_CMAKE_SYSTEM_NAME Android)
|
