Skip to content

Commit

Permalink
Merge pull request #5 from TechSmith/addTechSmithCommunityTriplets
Browse files Browse the repository at this point in the history
Add TechSmith community triplets
  • Loading branch information
dchengTSC authored Aug 7, 2023
2 parents a256f43 + eaffc63 commit c437e7f
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -300,11 +300,6 @@ __pycache__/
!/triplets/x64-windows-static.cmake
!/triplets/x64-windows.cmake
!/triplets/x86-windows.cmake
#TSC-specific triplets
!/triplets/arm64-osx-dynamic-release.cmake
!/triplets/x64-osx-dynamic-release.cmake
!/triplets/x64-windows-dynamic-release.cmake

!/triplets/community
!/triplets/community/**

Expand Down
File renamed without changes.
8 changes: 8 additions & 0 deletions triplets/community/arm64-osx-static-release.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
set(VCPKG_TARGET_ARCHITECTURE arm64)
set(VCPKG_CRT_LINKAGE static)
set(VCPKG_LIBRARY_LINKAGE static)

set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES arm64)

set(VCPKG_BUILD_TYPE release)
File renamed without changes.
8 changes: 8 additions & 0 deletions triplets/community/x64-osx-static-release.cmake
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE static)
set(VCPKG_LIBRARY_LINKAGE static)

set(VCPKG_CMAKE_SYSTEM_NAME Darwin)
set(VCPKG_OSX_ARCHITECTURES x86_64)
set(VCPKG_BUILD_TYPE release)

File renamed without changes.

0 comments on commit c437e7f

Please sign in to comment.