mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 00:44:12 +02:00
8 lines
No EOL
157 B
CMake
8 lines
No EOL
157 B
CMake
set(TARGET_NAME gpu-gl)
|
|
AUTOSCRIBE_SHADER_LIB(gpu)
|
|
setup_hifi_library()
|
|
link_hifi_libraries(shared gl gpu)
|
|
GroupSources("src")
|
|
|
|
target_glew()
|
|
target_opengl() |