mirror of
https://github.com/cmosher01/Epple-II.git
synced 2025-01-21 09:34:08 +00:00
use vcpkg for windows build
This commit is contained in:
parent
e3cbf3f451
commit
c5c89635c0
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -97,7 +97,7 @@ jobs:
|
||||
shell: "bash"
|
||||
run: |
|
||||
mkdir build
|
||||
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake
|
||||
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake -DCMAKE_PREFIX_PATH=vcpkg/installed/x64-linux
|
||||
cmake --build build
|
||||
dir build/src
|
||||
dir -Path build/conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user