mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
build with ogles2 driver
This commit is contained in:
parent
67228160ae
commit
10c03e1a9d
3 changed files with 140 additions and 0 deletions
|
@ -172,6 +172,7 @@ endif()
|
|||
find_package(Jthread REQUIRED)
|
||||
find_package(Sqlite3 REQUIRED)
|
||||
find_package(Json REQUIRED)
|
||||
find_package(OpenGLES2)
|
||||
|
||||
if(USE_FREETYPE)
|
||||
find_package(Freetype REQUIRED)
|
||||
|
@ -386,6 +387,7 @@ if(BUILD_CLIENT)
|
|||
${SQLITE3_LIBRARY}
|
||||
${LUA_LIBRARY}
|
||||
${JSON_LIBRARY}
|
||||
${OPENGLES2_LIBRARIES}
|
||||
${PLATFORM_LIBS}
|
||||
${CLIENT_PLATFORM_LIBS}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue