mirror of
https://github.com/lubosz/overte.git
synced 2025-04-14 08:06:13 +02:00
5 lines
205 B
CMake
5 lines
205 B
CMake
set(TARGET_NAME framePlayer)
|
|
setup_hifi_library(AndroidExtras)
|
|
link_hifi_libraries(shared ktx shaders qml gpu gl ${PLATFORM_GL_BACKEND})
|
|
target_link_libraries(${TARGET_NAME} android log m)
|
|
target_opengl()
|