mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 10:35:46 -04:00
More changes to accomodate Android - imgui/host display
This commit is contained in:

committed by
Connor McLaughlin

parent
f11d357ab9
commit
ea0b13a05c
@ -32,3 +32,12 @@ if(SDL2_FOUND)
|
||||
target_link_libraries(imgui PRIVATE glad SDL2::Core)
|
||||
endif()
|
||||
|
||||
if(ANDROID)
|
||||
target_sources(imgui PRIVATE
|
||||
include/imgui_impl_opengl3.h
|
||||
src/imgui_impl_opengl3.cpp
|
||||
)
|
||||
target_link_libraries(imgui PRIVATE glad)
|
||||
endif()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user