Skip to content

Commit

Permalink
Update Dependencies, Add ONNX
Browse files Browse the repository at this point in the history
  • Loading branch information
ls-1801 committed Aug 11, 2023
1 parent 1de2fbe commit 6c135ec
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions custom-triplets/arm64-linux-nes.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
set(VCPKG_TARGET_ARCHITECTURE arm64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CXX_FLAGS "-std=c++20")
set(VCPKG_C_FLAGS "")

set(VCPKG_CMAKE_SYSTEM_NAME Linux)

Expand Down
2 changes: 2 additions & 0 deletions custom-triplets/arm64-osx-nes.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
set(VCPKG_TARGET_ARCHITECTURE arm64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CXX_FLAGS "-std=c++20")
set(VCPKG_C_FLAGS "")

set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES arm64)
Expand Down
2 changes: 2 additions & 0 deletions custom-triplets/x64-linux-musl-nes.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CXX_FLAGS "-std=c++20")
set(VCPKG_C_FLAGS "")

set(VCPKG_CMAKE_SYSTEM_NAME Linux)

Expand Down
2 changes: 2 additions & 0 deletions custom-triplets/x64-linux-nes.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CXX_FLAGS "-std=c++20")
set(VCPKG_C_FLAGS "")

set(VCPKG_CMAKE_SYSTEM_NAME Linux)

Expand Down
2 changes: 2 additions & 0 deletions custom-triplets/x64-osx-nes.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE dynamic)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CXX_FLAGS "-std=c++20")
set(VCPKG_C_FLAGS "")

set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES x86_64)
Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 6855 files
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
"oatpp",
"cpr",
"nlohmann-json",
"tensorflow-lite",
"s2",
"cppkafka",
"snappy",
"lz4",
"fastlz",
"brotli",
"onnx",
{
"name": "libiconv",
"platform": "osx"
Expand Down

0 comments on commit 6c135ec

Please sign in to comment.