Skip to content

Commit 0a16a09

Browse files
ADKasterBertalanD
authored andcommitted
CMake: Add triplets for arm64-linux
1 parent fc7af57 commit 0a16a09

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
set(VCPKG_CMAKE_SYSTEM_NAME Linux)
2+
set(VCPKG_TARGET_ARCHITECTURE arm64)
3+
set(VCPKG_CRT_LINKAGE dynamic)
4+
5+
include(${CMAKE_CURRENT_LIST_DIR}/../user-variables.cmake OPTIONAL)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include (${CMAKE_CURRENT_LIST_DIR}/../base-triplets/arm64-linux.cmake)
2+
include (${CMAKE_CURRENT_LIST_DIR}/debug.cmake)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include (${CMAKE_CURRENT_LIST_DIR}/../base-triplets/arm64-linux.cmake)
2+
include (${CMAKE_CURRENT_LIST_DIR}/release.cmake)
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include (${CMAKE_CURRENT_LIST_DIR}/../base-triplets/arm64-linux.cmake)
2+
include (${CMAKE_CURRENT_LIST_DIR}/sanitizer.cmake)

0 commit comments

Comments
 (0)