mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 22:32:49 +02:00
11 lines
320 B
CMake
11 lines
320 B
CMake
set(TARGET_NAME gpu-gl)
|
|
setup_hifi_library(Concurrent)
|
|
link_hifi_libraries(shared gl gpu gpu-gl-common shaders)
|
|
if (UNIX AND NOT OVERTE_THREAD_DEBUGGING)
|
|
target_link_libraries(${TARGET_NAME} pthread)
|
|
endif(UNIX AND NOT OVERTE_THREAD_DEBUGGING)
|
|
GroupSources("src")
|
|
|
|
set(OpenGL_GL_PREFERENCE "GLVND")
|
|
target_opengl()
|
|
|