Skip to content

Commit 2131dae

Browse files
committed
Remove unused library imgui_sdl
1 parent 9581e53 commit 2131dae

4 files changed

Lines changed: 1 addition & 21 deletions

File tree

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "imgui_sdl"]
2-
path = libs/imgui_sdl
3-
url = https://github.com/Tyyppi77/imgui_sdl
41
[submodule "SDL_ttf"]
52
path = libs/SDL_ttf
63
url = https://github.com/libsdl-org/SDL_ttf.git

libs/CMakeLists.txt

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,3 @@ target_link_libraries(imgui
3838
PUBLIC
3939
SDL2::SDL2-static
4040
)
41-
42-
add_library(imgui_sdl STATIC
43-
imgui_sdl/imgui_sdl.cpp
44-
imgui_sdl/imgui_sdl.h
45-
)
46-
47-
target_link_libraries(imgui_sdl
48-
PUBLIC
49-
SDL2::SDL2-static
50-
imgui
51-
)
52-
53-
target_include_directories(imgui_sdl
54-
PUBLIC
55-
imgui_sdl
56-
)

libs/imgui_sdl

Lines changed: 0 additions & 1 deletion
This file was deleted.

source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ target_link_libraries(${CMAKE_PROJECT_NAME}
5050
${IMGui_LIBRARIES}
5151
${OPENGL_LIBRARIES}
5252
SDL2_ttf::SDL2_ttf-static
53-
imgui_sdl
53+
imgui
5454
)
5555

5656
set_target_properties(${CMAKE_PROJECT_NAME} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR})

0 commit comments

Comments
 (0)