skjadfahasdf

This commit is contained in:
SimoZ64
2025-04-28 15:53:47 +02:00
parent 0cb479dda8
commit 3f14a99ea0
3 changed files with 15 additions and 1 deletions

4
external/imgui/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,4 @@
cmake_minimum_required(VERSION 3.20)
project(imgui CXX)
add_library(imgui imgui_demo.cpp imgui_draw.cpp imgui_tables.cpp imgui_widgets.cpp imgui.cpp backends/imgui_impl_vulkan.cpp backends/imgui_impl_sdl3.cpp)