mirror of
https://github.com/lubosz/overte.git
synced 2025-04-05 21:22:00 +02:00
7 lines
278 B
CMake
7 lines
278 B
CMake
set(TARGET_NAME shaders)
|
|
autoscribe_shader_libs(gpu graphics display-plugins procedural render render-utils entities-renderer)
|
|
setup_hifi_library(Gui)
|
|
add_dependencies(${TARGET_NAME} scribed_shaders spirv_shaders reflected_shaders)
|
|
|
|
link_hifi_libraries(shared gl)
|
|
target_json()
|