mirror of
https://github.com/overte-org/overte.git
synced 2025-07-15 10:16:47 +02:00
9 lines
192 B
CMake
9 lines
192 B
CMake
set(TARGET_NAME display-plugins)
|
|
setup_hifi_library(OpenGL)
|
|
link_hifi_libraries(shared plugins ui-plugins gl gpu-gl ui)
|
|
|
|
target_opengl()
|
|
|
|
GroupSources("src/display-plugins")
|
|
|
|
target_oglplus()
|