mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-17 20:39:39 +02:00
9 lines
174 B
CMake
9 lines
174 B
CMake
set(TARGET_NAME display-plugins)
|
|
setup_hifi_library(OpenGL)
|
|
link_hifi_libraries(shared plugins gl ui)
|
|
|
|
target_opengl()
|
|
|
|
GroupSources("src/display-plugins")
|
|
|
|
target_oglplus()
|