mirror of
https://github.com/ocornut/imgui.git
synced 2026-02-06 04:20:08 +00:00
Merge 3507a793a9 into fd0873c61f
This commit is contained in:
commit
73eb7d1a1b
41 changed files with 1506 additions and 189 deletions
10
examples/example_sdl2_vulkan/CMakeLists.txt
Normal file
10
examples/example_sdl2_vulkan/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
cmake_minimum_required(VERSION 3.23)
|
||||
project(example_sdl2_vulkan)
|
||||
|
||||
# find_package(imgui REQUIRED)
|
||||
|
||||
add_executable(${PROJECT_NAME})
|
||||
|
||||
target_sources(${PROJECT_NAME} PRIVATE main.cpp)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} PRIVATE imgui::imgui imgui::backend_sdl2_vulkan)
|
||||
Loading…
Add table
Add a link
Reference in a new issue