mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-23 08:28:31 +01:00
Remove IMGUI_SDL_LIBRARY
This commit is contained in:
@@ -92,8 +92,6 @@ else(SDL2_FOUND)
|
|||||||
else(DEFINED SDL_PATH)
|
else(DEFINED SDL_PATH)
|
||||||
message(FATAL_ERROR "Cannot find SDL. Maybe try specifying SDL_PATH?")
|
message(FATAL_ERROR "Cannot find SDL. Maybe try specifying SDL_PATH?")
|
||||||
endif(DEFINED SDL_PATH)
|
endif(DEFINED SDL_PATH)
|
||||||
|
|
||||||
set(IMGUI_SDL_LIBRARY SDL2)
|
|
||||||
endif(SDL2_FOUND)
|
endif(SDL2_FOUND)
|
||||||
|
|
||||||
add_library(cimgui_sdl SHARED ${IMGUI_SOURCES})
|
add_library(cimgui_sdl SHARED ${IMGUI_SOURCES})
|
||||||
|
Reference in New Issue
Block a user