Skip to content

Commit 47f395a

Browse files
committed
include dirs
1 parent 7fe4030 commit 47f395a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
cmake $GITHUB_WORKSPACE \
5252
-DHIPO=ON \
5353
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
54+
-DCMAKE_CXX_FLAGS="-I C:/vcpkg/packages/gklib_x64-windows/include/GKlib"
5455
5556
- name: Build
5657
shell: bash

.github/workflows/hipo-win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install GKLIB
3737
run: |
3838
cd GKlib
39-
cmake -S. -B build -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs
39+
cmake -S. -B build -DCMAKE_INSTALL_PREFIX=${{runner.workspace}}/installs -DCMAKE_C_FLAGS="-I .\include\win32"
4040
cmake --build build --parallel --config Release
4141
cmake --install --build
4242

0 commit comments

Comments
 (0)