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 cb4dcc8 commit 14639f4Copy full SHA for 14639f4
.github/workflows/cmake-unified.yml
@@ -27,7 +27,7 @@ jobs:
27
use-vcpkg: true
28
use-vcpkg-linux: false
29
use-vcpkg-macos: false
30
- vcpkg-packages: "vulkan glslang"
+ vcpkg-packages-windows: "vulkan glslang"
31
setup-vulkan: true
32
setup-vulkan-linux: false
33
setup-vulkan-windows: false
@@ -69,7 +69,7 @@ jobs:
69
repo: HexaEngine/cimgui_impl
70
repo-tag: master
71
checkout-self: true
72
- cmake-flags: -DBACKENDS_SDL3_ONLY=ON -DIMGUI_WCHAR32=ON
+ cmake-flags: -DBACKENDS_SDL3_ONLY=ON -DIMGUI_WCHAR32=ON -DCMAKE_PREFIX_PATH="./SDL/install"
73
cmake-flags-windows: -DCMAKE_SYSTEM_VERSION=10.0.26100.0
74
bin-name-osx: libImGuiImplSDL3.dylib
75
bin-name-linux: libImGuiImplSDL3.so
0 commit comments