mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-22 16:43:19 +02:00
9 lines
156 B
CMake
9 lines
156 B
CMake
set(TARGET_NAME gl)
|
|
setup_hifi_library(OpenGL Qml Quick)
|
|
link_hifi_libraries(shared networking)
|
|
|
|
target_opengl()
|
|
|
|
if (NOT ANDROID)
|
|
target_glew()
|
|
endif ()
|