Simplify CMake

This commit is contained in:
TheBrokenRail
2023-11-03 12:06:19 -04:00
committed by iProgramInCpp
parent 6e9ccf7b49
commit 185878d79f
2 changed files with 4 additions and 13 deletions

View File

@@ -327,6 +327,9 @@ if(USE_SDL)
find_package(OpenGL REQUIRED)
target_link_libraries(reminecraftpe-core PUBLIC OpenGL::OpenGL)
endif()
elseif(ANDROID)
# OpenGL
target_link_libraries(reminecraftpe-core PUBLIC EGL GLESv1_CM)
endif()
# Android Logging