mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 17:52:26 +02:00
remove extra library links for android LibOVR
This commit is contained in:
parent
4679f7f858
commit
976c3b633b
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ if (APPLE)
|
|||
list(APPEND LIBOVR_LIBRARIES ${IOKit} ${ApplicationServices})
|
||||
list(APPEND LIBOVR_ARGS_LIST IOKit ApplicationServices)
|
||||
elseif (ANDROID)
|
||||
# list(APPEND LIBOVR_LIBRARIES "GLESv3" "-lEGL" "-lOpenMAXAL" "-llog" "-landroid" "-lz" "-lOpenSLES")
|
||||
list(APPEND LIBOVR_ARGS_LIST LIBOVR_VRLIB_DIR MINIZIP_DIR JNI_DIR)
|
||||
elseif (UNIX)
|
||||
list(APPEND LIBOVR_LIBRARIES "${UDEV_LIBRARY}" "${XINERAMA_LIBRARY}")
|
||||
|
|
Loading…
Reference in a new issue