mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 11:22:10 +02:00
9 lines
145 B
CMake
9 lines
145 B
CMake
set(TARGET_NAME gl)
|
|
setup_hifi_library(OpenGL Qml Quick)
|
|
link_hifi_libraries(shared)
|
|
|
|
target_opengl()
|
|
|
|
if (NOT ANDROID)
|
|
target_glew()
|
|
endif ()
|