mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 06:43:41 +02:00
7 lines
No EOL
130 B
CMake
7 lines
No EOL
130 B
CMake
set(TARGET_NAME gpu-gl)
|
|
setup_hifi_library()
|
|
link_hifi_libraries(shared gl gpu)
|
|
GroupSources("src")
|
|
|
|
target_glew()
|
|
target_opengl() |