use vcpkg for windows build

This commit is contained in:
Christopher A. Mosher 2022-11-02 00:00:40 -04:00
parent 6ab99582bd
commit e3cbf3f451
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ jobs:
vcpkg install sdl2
- name: "Build"
shell: "bash"
run: |
mkdir build
cmake -B build -S . -DCMAKE_TOOLCHAIN_FILE=vcpkg/scripts/buildsystems/vcpkg.cmake