TrackEngine/third_party/protozero/.github/actions/cmake-windows/action.yml
2026-02-26 13:00:32 +01:00

13 lines
312 B
YAML

name: CMake on Windows
runs:
using: composite
steps:
- name: Create build directory
run: mkdir build
shell: bash
- name: Configure
run: cmake -LA .. -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
shell: bash
working-directory: build