[Bf-blender-cvs] [155094185f6] temp-greasepencil-object-stacksplit: Fix sorted lib link issue

Dalai Felinto noreply at git.blender.org
Mon Jun 18 18:36:24 CEST 2018


Commit: 155094185f6814eae8d96c3007bf5b729f5d4d6c
Author: Dalai Felinto
Date:   Mon Jun 18 18:35:37 2018 +0200
Branches: temp-greasepencil-object-stacksplit
https://developer.blender.org/rB155094185f6814eae8d96c3007bf5b729f5d4d6c

Fix sorted lib link issue

===================================================================

M	build_files/cmake/macros.cmake

===================================================================

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 9c5de8ee555..2430b8d1516 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -626,16 +626,19 @@ function(SETUP_BLENDER_SORTED_LIBS)
 		bf_freestyle
 		bf_ikplugin
 		bf_modifiers
+		bf_gpencil_modifiers
 		bf_alembic
 		bf_bmesh
 		bf_gpu
 		bf_draw
 		bf_blenloader
 		bf_blenkernel
+		bf_gpencil_modifiers
 		bf_physics
 		bf_nodes
 		bf_rna
 		bf_editor_manipulator_library  # rna -> manipulator bad-level calls
+		bf_editor_object # rna -> dependency issue
 		bf_python
 		bf_imbuf
 		bf_blenlib



More information about the Bf-blender-cvs mailing list