mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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()
|