[Bf-blender-cvs] [34fe61e] GPencil_EditStrokes: CMake Build Fix: Forgot to add gpencil_select.c to cmake files

Joshua Leung noreply at git.blender.org
Mon Oct 13 14:17:56 CEST 2014


Commit: 34fe61ebcbfea37d13a1d6fe93a3c6b99e649706
Author: Joshua Leung
Date:   Tue Oct 14 01:17:45 2014 +1300
Branches: GPencil_EditStrokes
https://developer.blender.org/rB34fe61ebcbfea37d13a1d6fe93a3c6b99e649706

CMake Build Fix: Forgot to add gpencil_select.c to cmake files

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

M	source/blender/editors/gpencil/CMakeLists.txt

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

diff --git a/source/blender/editors/gpencil/CMakeLists.txt b/source/blender/editors/gpencil/CMakeLists.txt
index 904ad48..bde9b46 100644
--- a/source/blender/editors/gpencil/CMakeLists.txt
+++ b/source/blender/editors/gpencil/CMakeLists.txt
@@ -41,6 +41,7 @@ set(SRC
 	gpencil_edit.c
 	gpencil_ops.c
 	gpencil_paint.c
+	gpencil_select.c
 	gpencil_undo.c
 
 	gpencil_intern.h




More information about the Bf-blender-cvs mailing list