mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
Simplify CMake
This commit is contained in:
committed by
iProgramInCpp
parent
6e9ccf7b49
commit
185878d79f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user