File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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- )
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
5656set_target_properties (${CMAKE_PROJECT_NAME } PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR } )
You can’t perform that action at this time.
0 commit comments