overte-HifiExperiments/libraries/gl/CMakeLists.txt
2016-08-31 11:03:53 -07:00

10 lines
164 B
CMake

set(TARGET_NAME gl)
setup_hifi_library(OpenGL Qml Quick)
link_hifi_libraries(shared)
target_opengl()
if (NOT ANDROID)
target_glew()
target_oglplus()
endif ()