Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/blender/gpu/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index ff12ae5054a..65a6a2dc6b7 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -645,9 +645,9 @@ if(WITH_GPU_BUILDTIME_SHADER_BUILDER)
endif()
target_link_libraries(shader_builder PUBLIC
- bf_blenlib
bf_gpu
bf_intern_clog
+ bf_blenlib
bf_intern_ghost
${PLATFORM_LINKLIBS}
)