mirror of
https://github.com/overte-org/overte.git
synced 2025-08-12 09:13:47 +02:00
12 lines
276 B
CMake
12 lines
276 B
CMake
set(TARGET_NAME display-plugins)
|
|
AUTOSCRIBE_SHADER_LIB(gpu display-plugins)
|
|
setup_hifi_library(OpenGL)
|
|
link_hifi_libraries(shared plugins ui-plugins gl gpu-gl ui render-utils)
|
|
|
|
target_opengl()
|
|
|
|
GroupSources("src/display-plugins")
|
|
|
|
if (NOT ANDROID)
|
|
target_oglplus()
|
|
endif ()
|