CMake: Fix shader_builder build error
Problem introduced in 57ad866d81
as I didn't build with this option on.
This commit is contained in:
@@ -824,6 +824,7 @@ if(WITH_GPU_BUILDTIME_SHADER_BUILDER)
|
||||
bf_blenlib
|
||||
bf_intern_ghost
|
||||
${PLATFORM_LINKLIBS}
|
||||
PRIVATE bf::intern::guardedalloc
|
||||
)
|
||||
target_include_directories(shader_builder PRIVATE ${INC} ${CMAKE_CURRENT_BINARY_DIR})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user