mirror of
https://github.com/overte-org/overte.git
synced 2025-06-04 22:00:59 +02:00
9 lines
221 B
CMake
9 lines
221 B
CMake
set(TARGET_NAME gpu-gl)
|
|
setup_hifi_library(Concurrent)
|
|
link_hifi_libraries(shared gl gpu gpu-gl-common shaders)
|
|
if (UNIX)
|
|
target_link_libraries(${TARGET_NAME} pthread)
|
|
endif(UNIX)
|
|
GroupSources("src")
|
|
target_opengl()
|
|
|