File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
5757 echo "CMAKE_TOOLCHAIN_FILE=$VCPKG_INSTALLATION_ROOT/scripts/buildsystems/vcpkg.cmake" >> $GITHUB_ENV
5858 echo $CMAKE_BINARY_DIR
59+ # echo "where vcpkg" >> VCPKG_ROOT
60+ echo $VCPKG_ROOT
5961 - name : Setup deps (Windows)
6062 if : runner.os == 'Windows'
6163 run : |
Original file line number Diff line number Diff line change 4343# Test Files
4444test_images_output /
4545wheelhouse /
46+ .coverage
Original file line number Diff line number Diff line change 1+ Using VCPKG on Windows.
2+
3+ Starting from here:
4+
5+ https://learn.microsoft.com/en-us/vcpkg/get_started/get-started-vscode?source=recommendations&pivots=shell-cmd
6+
7+
8+ bootstrap vcpkg
9+
10+ Set the PATH, for me that's:
11+
12+ set PATH=%VCPKG_ROOT%;%PATH%
13+ set "VCPKG_ROOT=C:\Users\Chris.Barker\Documents\vcpkg"
14+
15+
16+
You can’t perform that action at this time.
0 commit comments