mirror of
https://github.com/ocornut/imgui.git
synced 2026-05-10 05:38:24 +08:00
Premake: Only build example_sdl2_vulkan with both sdl2 and vulkan (7852)
build / Build - Windows (push) Has been cancelled
build / Build - Linux (push) Has been cancelled
build / Build - MacOS (push) Has been cancelled
build / Build - iOS (push) Has been cancelled
build / Build - Emscripten (push) Has been cancelled
build / Build - Android (push) Has been cancelled
build / Test - Windows (push) Has been cancelled
build / Test - Linux (push) Has been cancelled
build / Build - Windows (push) Has been cancelled
build / Build - Linux (push) Has been cancelled
build / Build - MacOS (push) Has been cancelled
build / Build - iOS (push) Has been cancelled
build / Build - Emscripten (push) Has been cancelled
build / Build - Android (push) Has been cancelled
build / Test - Windows (push) Has been cancelled
build / Test - Linux (push) Has been cancelled
This commit is contained in:
@@ -304,7 +304,7 @@ if (_OPTIONS["with-sdl2"]) then
|
||||
end
|
||||
|
||||
-- example_sdl2_vulkan (SDL2 + Vulkan)
|
||||
if (_OPTIONS["with-vulkan"]) then
|
||||
if (_OPTIONS["with-sdl2"] and _OPTIONS["with-vulkan"]) then
|
||||
project "example_sdl2_vulkan"
|
||||
kind "ConsoleApp"
|
||||
imgui_as_src ("..", "imgui")
|
||||
|
||||
Reference in New Issue
Block a user