We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fe4030 commit 47f395aCopy full SHA for 47f395a
.github/workflows/hipo-win copy.yml .github/workflows/hipo-win-vcpkg-copy.yml.github/workflows/hipo-win copy.yml renamed to .github/workflows/hipo-win-vcpkg-copy.yml
@@ -51,6 +51,7 @@ jobs:
51
cmake $GITHUB_WORKSPACE \
52
-DHIPO=ON \
53
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
54
+ -DCMAKE_CXX_FLAGS="-I C:/vcpkg/packages/gklib_x64-windows/include/GKlib"
55
56
- name: Build
57
shell: bash
.github/workflows/hipo-win.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Install GKLIB
37
run: |
38
cd GKlib
39
- cmake -S. -B build -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs
+ cmake -S. -B build -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs -DCMAKE_C_FLAGS="-I .\include\win32"
40
cmake --build build --parallel --config Release
41
cmake --install --build
42
0 commit comments