mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
9 lines
245 B
CMake
9 lines
245 B
CMake
set(TARGET_NAME questFramePlayer)
|
|
setup_hifi_library(AndroidExtras)
|
|
link_hifi_libraries(shared ktx shaders gpu gl oculusMobile ${PLATFORM_GL_BACKEND})
|
|
|
|
target_link_libraries(${TARGET_NAME} android log m)
|
|
target_opengl()
|
|
target_oculus_mobile()
|
|
|
|
|