mirror of
https://github.com/overte-org/overte.git
synced 2025-04-30 11:02:34 +02:00
18 lines
635 B
CMake
18 lines
635 B
CMake
set(TARGET_NAME display-plugins)
|
|
setup_hifi_library(Gui)
|
|
link_hifi_libraries(shared shaders plugins ui-plugins gl ui render-utils ${PLATFORM_GL_BACKEND})
|
|
include_hifi_library_headers(gpu)
|
|
include_hifi_library_headers(material-networking)
|
|
include_hifi_library_headers(model-networking)
|
|
include_hifi_library_headers(networking)
|
|
include_hifi_library_headers(graphics)
|
|
include_hifi_library_headers(hfm)
|
|
include_hifi_library_headers(fbx)
|
|
include_hifi_library_headers(image)
|
|
include_hifi_library_headers(ktx)
|
|
include_hifi_library_headers(render)
|
|
include_hifi_library_headers(procedural)
|
|
|
|
target_opengl()
|
|
|
|
GroupSources("src/display-plugins")
|