mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-09 23:54:20 +00:00
CI: fixes warning building example_null w/ msvc as DLL
This commit is contained in:
parent
04af1a3917
commit
52caa2f38a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -106,7 +106,7 @@ jobs:
|
||||||
echo #include "misc/single_file/imgui_single_file.h" >> example_single_file.cpp
|
echo #include "misc/single_file/imgui_single_file.h" >> example_single_file.cpp
|
||||||
|
|
||||||
cl.exe /D_USRDLL /D_WINDLL /I. example_single_file.cpp /LD /FeImGui.dll /link
|
cl.exe /D_USRDLL /D_WINDLL /I. example_single_file.cpp /LD /FeImGui.dll /link
|
||||||
cl.exe /DIMGUI_API=__declspec(dllimport) /I. ImGui.lib /Feexample_null.exe examples/example_null/main.cpp
|
cl.exe /DIMGUI_API=__declspec(dllimport) -DIMGUI_IMPL_API /I. ImGui.lib /Feexample_null.exe examples/example_null/main.cpp
|
||||||
|
|
||||||
# Win64 examples are more frequently compilted than the Win32 examples.
|
# Win64 examples are more frequently compilted than the Win32 examples.
|
||||||
# More of the Win32 examples requires 'workflow_run' to reduce waste.
|
# More of the Win32 examples requires 'workflow_run' to reduce waste.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue