mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 01:03:19 +02:00
7 lines
132 B
CMake
7 lines
132 B
CMake
set(TARGET_NAME gl)
|
|
setup_hifi_library(Gui Widgets)
|
|
link_hifi_libraries(shared)
|
|
|
|
set(OpenGL_GL_PREFERENCE "GLVND")
|
|
target_opengl()
|
|
|