mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-23 21:09:01 +08:00
Premake: Only build example_sdl2_vulkan with both sdl2 and vulkan (7852)
This commit is contained in:
parent
bdab3381a0
commit
049f3d4e1b
@ -304,7 +304,7 @@ if (_OPTIONS["with-sdl2"]) then
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- example_sdl2_vulkan (SDL2 + Vulkan)
|
-- example_sdl2_vulkan (SDL2 + Vulkan)
|
||||||
if (_OPTIONS["with-vulkan"]) then
|
if (_OPTIONS["with-sdl2"] and _OPTIONS["with-vulkan"]) then
|
||||||
project "example_sdl2_vulkan"
|
project "example_sdl2_vulkan"
|
||||||
kind "ConsoleApp"
|
kind "ConsoleApp"
|
||||||
imgui_as_src ("..", "imgui")
|
imgui_as_src ("..", "imgui")
|
||||||
|
Loading…
Reference in New Issue
Block a user