We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0792e commit 93d3ebfCopy full SHA for 93d3ebf
Intern/rayx-ui/CMakeLists.txt
@@ -131,5 +131,6 @@ if(Vulkan_FOUND)
131
132
# Call the function to compile all shaders in the specified directory
133
compile_shaders(RAYX_UI_COMPILE_SHADER "${PROJECT_SOURCE_DIR}/src/Shaders")
134
+ add_dependencies(${PROJECT_NAME} RAYX_UI_COMPILE_SHADER)
135
# ------------------------
136
endif() # Vulkan_FOUND
0 commit comments