-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
95 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule vcpkg
updated
1947 files
20 changes: 10 additions & 10 deletions
20
.../triplets/arm64-linux.toolchain.cmake.inc → ...rlay/triplets/arm64-linux.toolchain.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
set(CMAKE_SYSTEM_NAME Linux) | ||
set(CMAKE_SYSTEM_PROCESSOR arm64) | ||
|
||
set(CMAKE_C_FLAGS "-fPIC" CACHE INTERNAL "") | ||
set(CMAKE_CXX_FLAGS "-fPIC" CACHE INTERNAL "") | ||
|
||
if(NOT CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL CMAKE_SYSTEM_PROCESSOR OR | ||
NOT CMAKE_HOST_SYSTEM_NAME STREQUAL CMAKE_SYSTEM_NAME) | ||
set(CMAKE_C_COMPILER aarch64-linux-gnu-gcc) | ||
set(CMAKE_CXX_COMPILER aarch64-linux-gnu-g++) | ||
set(CMAKE_SYSTEM_NAME Linux) | ||
set(CMAKE_SYSTEM_PROCESSOR arm64) | ||
|
||
set(CMAKE_C_FLAGS "-fPIC" CACHE INTERNAL "") | ||
set(CMAKE_CXX_FLAGS "-fPIC" CACHE INTERNAL "") | ||
|
||
if(NOT CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL CMAKE_SYSTEM_PROCESSOR OR | ||
NOT CMAKE_HOST_SYSTEM_NAME STREQUAL CMAKE_SYSTEM_NAME) | ||
set(CMAKE_C_COMPILER aarch64-linux-gnu-gcc) | ||
set(CMAKE_CXX_COMPILER aarch64-linux-gnu-g++) | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
if(PORT MATCHES "onnxruntime") | ||
message("add -Wno-error=shorten-64-to-32 for ${PORT}") | ||
string(APPEND VCPKG_C_FLAGS "-Wno-error=shorten-64-to-32") | ||
string(APPEND VCPKG_CXX_FLAGS "-Wno-error=shorten-64-to-32") | ||
endif() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
set(VCPKG_TARGET_ARCHITECTURE arm64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_CMAKE_SYSTEM_NAME Android) | ||
set(VCPKG_CMAKE_SYSTEM_VERSION 23) | ||
set(VCPKG_BUILD_TYPE release) | ||
set(VCPKG_MAKE_BUILD_TRIPLET "--host=aarch64-linux-android") | ||
set(VCPKG_CMAKE_CONFIGURE_OPTIONS ${VCPKG_CMAKE_CONFIGURE_OPTIONS} -DANDROID_USE_LEGACY_TOOLCHAIN_FILE=OFF | ||
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,-s") | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake.inc) | ||
set(VCPKG_TARGET_ARCHITECTURE arm64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_CMAKE_SYSTEM_NAME Android) | ||
set(VCPKG_CMAKE_SYSTEM_VERSION 23) | ||
set(VCPKG_BUILD_TYPE release) | ||
set(VCPKG_MAKE_BUILD_TRIPLET "--host=aarch64-linux-android") | ||
set(VCPKG_CMAKE_CONFIGURE_OPTIONS ${VCPKG_CMAKE_CONFIGURE_OPTIONS} -DANDROID_USE_LEGACY_TOOLCHAIN_FILE=OFF | ||
-DCMAKE_SHARED_LINKER_FLAGS="-Wl,-s") | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake) | ||
include(${CMAKE_CURRENT_LIST_DIR}/maa-android-library-override.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
set(VCPKG_TARGET_ARCHITECTURE arm64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_BUILD_TYPE release) | ||
set(VCPKG_CMAKE_SYSTEM_NAME Linux) | ||
|
||
set(VCPKG_CHAINLOAD_TOOLCHAIN_FILE ${CMAKE_CURRENT_LIST_DIR}/arm64-linux.toolchain.cmake.inc) | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake.inc) | ||
set(VCPKG_TARGET_ARCHITECTURE arm64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_BUILD_TYPE release) | ||
set(VCPKG_CMAKE_SYSTEM_NAME Linux) | ||
|
||
set(VCPKG_CHAINLOAD_TOOLCHAIN_FILE ${CMAKE_CURRENT_LIST_DIR}/arm64-linux.toolchain.cmake) | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
set(VCPKG_TARGET_ARCHITECTURE arm64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_BUILD_TYPE release) | ||
set(VCPKG_CMAKE_SYSTEM_NAME Darwin) | ||
|
||
set(VCPKG_OSX_ARCHITECTURES arm64) | ||
set(VCPKG_OSX_DEPLOYMENT_TARGET 11.0) | ||
|
||
string(APPEND VCPKG_C_FLAGS "-g -DNDEBUG") | ||
string(APPEND VCPKG_CXX_FLAGS "-g -DNDEBUG") | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake.inc) | ||
set(VCPKG_TARGET_ARCHITECTURE arm64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_BUILD_TYPE release) | ||
set(VCPKG_CMAKE_SYSTEM_NAME Darwin) | ||
|
||
set(VCPKG_OSX_ARCHITECTURES arm64) | ||
set(VCPKG_OSX_DEPLOYMENT_TARGET 11.0) | ||
|
||
string(APPEND VCPKG_C_FLAGS "-g -DNDEBUG") | ||
string(APPEND VCPKG_CXX_FLAGS "-g -DNDEBUG") | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
set(VCPKG_TARGET_ARCHITECTURE arm64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-windows-library-override.cmake.inc) | ||
set(VCPKG_TARGET_ARCHITECTURE arm64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-windows-library-override.cmake) |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
set(VCPKG_TARGET_ARCHITECTURE x64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_CMAKE_SYSTEM_NAME Android) | ||
set(VCPKG_CMAKE_SYSTEM_VERSION 23) | ||
set(VCPKG_BUILD_TYPE release) | ||
set(VCPKG_MAKE_BUILD_TRIPLET "--host=x86_64-linux-android") | ||
set(VCPKG_CMAKE_CONFIGURE_OPTIONS ${VCPKG_CMAKE_CONFIGURE_OPTIONS} -DANDROID_USE_LEGACY_TOOLCHAIN_FILE=OFF) | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake.inc) | ||
set(VCPKG_TARGET_ARCHITECTURE x64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_CMAKE_SYSTEM_NAME Android) | ||
set(VCPKG_CMAKE_SYSTEM_VERSION 23) | ||
set(VCPKG_BUILD_TYPE release) | ||
set(VCPKG_MAKE_BUILD_TRIPLET "--host=x86_64-linux-android") | ||
set(VCPKG_CMAKE_CONFIGURE_OPTIONS ${VCPKG_CMAKE_CONFIGURE_OPTIONS} -DANDROID_USE_LEGACY_TOOLCHAIN_FILE=OFF) | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake) | ||
include(${CMAKE_CURRENT_LIST_DIR}/maa-android-library-override.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
set(VCPKG_TARGET_ARCHITECTURE x64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_BUILD_TYPE release) | ||
set(VCPKG_CMAKE_SYSTEM_NAME Linux) | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake.inc) | ||
set(VCPKG_TARGET_ARCHITECTURE x64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_BUILD_TYPE release) | ||
set(VCPKG_CMAKE_SYSTEM_NAME Linux) | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
set(VCPKG_TARGET_ARCHITECTURE x64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_BUILD_TYPE release) | ||
set(VCPKG_CMAKE_SYSTEM_NAME Darwin) | ||
|
||
set(VCPKG_OSX_ARCHITECTURES x86_64) | ||
set(VCPKG_OSX_DEPLOYMENT_TARGET 11.0) | ||
|
||
string(APPEND VCPKG_C_FLAGS "-g -DNDEBUG") | ||
string(APPEND VCPKG_CXX_FLAGS "-g -DNDEBUG") | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake.inc) | ||
set(VCPKG_TARGET_ARCHITECTURE x64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
set(VCPKG_BUILD_TYPE release) | ||
set(VCPKG_CMAKE_SYSTEM_NAME Darwin) | ||
|
||
set(VCPKG_OSX_ARCHITECTURES x86_64) | ||
set(VCPKG_OSX_DEPLOYMENT_TARGET 11.0) | ||
|
||
string(APPEND VCPKG_C_FLAGS "-g -DNDEBUG") | ||
string(APPEND VCPKG_CXX_FLAGS "-g -DNDEBUG") | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-linux-library-override.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
set(VCPKG_TARGET_ARCHITECTURE x64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-windows-library-override.cmake.inc) | ||
set(VCPKG_TARGET_ARCHITECTURE x64) | ||
set(VCPKG_CRT_LINKAGE dynamic) | ||
|
||
include(${CMAKE_CURRENT_LIST_DIR}/maa-windows-library-override.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,6 @@ | |
"boost-url", | ||
"boost-uuid", | ||
"grpc", | ||
"protobuf", | ||
"lua" | ||
"protobuf" | ||
] | ||
} |