Fix: shader_builder build issue

The blenkernel cleanup commit from this morning
forgot to update the shader builder.
This commit is contained in:
Ray Molenkamp
2023-07-11 14:20:31 -06:00
parent 282993e75f
commit 9547e7a317

View File

@@ -819,6 +819,7 @@ if(WITH_GPU_BUILDTIME_SHADER_BUILDER)
bf_intern_ghost
${PLATFORM_LINKLIBS}
PRIVATE bf::intern::guardedalloc
PRIVATE bf::blenkernel
)
target_include_directories(shader_builder PRIVATE ${INC} ${CMAKE_CURRENT_BINARY_DIR})