Skip to content

Commit

Permalink
WIP: Use vku with vcpkg overlays.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Jul 21, 2024
1 parent 4c91719 commit 18fb203
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- '!README.md'
- '!LICENSE.txt'
- '!doc/**'
- '!.github/workflows/**'
- '!.github/workflows/*.yml'
- '.github/workflows/linux.yml'

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/triplets/x64-linux-clang.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE static)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CMAKE_SYSTEM_NAME Linux)
set(VCPKG_CMAKE_SYSTEM_NAME Linux)
set(VCPKG_CHAINLOAD_TOOLCHAIN_FILE ${CMAKE_CURRENT_LIST_DIR}/../clang-toolchain.cmake)
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- '!README.md'
- '!LICENSE.txt'
- '!doc/**'
- '!.github/workflows/**'
- '!.github/workflows/*.yml'
- '.github/workflows/windows.yml'

jobs:
Expand Down

0 comments on commit 18fb203

Please sign in to comment.