File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ add_library(ImGui STATIC
5
5
vendor/imgui/imgui_draw.cpp
6
6
vendor/imgui/imgui_tables.cpp
7
7
vendor/imgui/imgui_widgets.cpp
8
- vendor/imgui/backends/imgui_impl_sdl .cpp
9
- vendor/imgui/backends/imgui_impl_sdl .h
8
+ vendor/imgui/backends/imgui_impl_sdl2 .cpp
9
+ vendor/imgui/backends/imgui_impl_sdl2 .h
10
10
vendor/imgui/backends/imgui_impl_opengl3.cpp
11
11
vendor/imgui/backends/imgui_impl_opengl3.h
12
12
vendor/imgui/backends/imgui_impl_opengl3_loader.h
@@ -45,7 +45,7 @@ add_executable(ImGuiBinaryToCompressedC EXCLUDE_FROM_ALL
45
45
# Add SDL2/OpenGL 3 Dear ImGui example application target for testing
46
46
add_executable (ImGuiDemo EXCLUDE_FROM_ALL
47
47
vendor/imgui/imgui_demo.cpp
48
- vendor/imgui/examples/example_sdl_opengl3 /main.cpp
48
+ vendor/imgui/examples/example_sdl2_opengl3 /main.cpp
49
49
)
50
50
51
51
target_link_libraries (ImGuiDemo
Original file line number Diff line number Diff line change 7
7
8
8
#include " imgui.h"
9
9
#include " imgui_impl_opengl3.h"
10
- #include " imgui_impl_sdl .h"
10
+ #include " imgui_impl_sdl2 .h"
11
11
12
12
#include < Poco/NotificationCenter.h>
13
13
You can’t perform that action at this time.
0 commit comments