[Bf-blender-cvs] [4e33ce736f5] greasepencil-object: Change library order

Antonio Vazquez noreply at git.blender.org
Mon Mar 19 20:35:46 CET 2018


Commit: 4e33ce736f5b6b10eec6bd0e90847b6ed907bd77
Author: Antonio Vazquez
Date:   Mon Mar 19 20:35:31 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rB4e33ce736f5b6b10eec6bd0e90847b6ed907bd77

Change library order

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

M	build_files/cmake/macros.cmake

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

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 64ff4fc3aff..01ed8b9ec38 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -589,12 +589,12 @@ function(SETUP_BLENDER_SORTED_LIBS)
 		bf_editor_util
 		bf_editor_uvedit
 		bf_editor_curve
-		bf_editor_gpencil
 		bf_editor_interface
 		bf_editor_manipulator_library
 		bf_editor_mesh
 		bf_editor_metaball
 		bf_editor_object
+		bf_editor_gpencil
 		bf_editor_lattice
 		bf_editor_armature
 		bf_editor_physics



More information about the Bf-blender-cvs mailing list