mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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()
|