mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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()
|