mirror of
https://github.com/overte-org/overte.git
synced 2025-08-16 13:51:24 +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() |