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:
authorCampbell Barton <ideasman42@gmail.com>2012-08-01 23:11:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-01 23:11:17 +0400
commit689c6133ea7f659fc61679c83ca216338533f98d (patch)
tree149ff60e91a4295a302cb0cacbf9a9631f8edad6 /source/blender/editors/space_node/CMakeLists.txt
parentce90041239d6987ee47d1ef971c6b396ce8cf6e1 (diff)
split node_edit.c into separate files (add, group, relationshops), was almost 5000 loc.
Diffstat (limited to 'source/blender/editors/space_node/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_node/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/space_node/CMakeLists.txt b/source/blender/editors/space_node/CMakeLists.txt
index 2d926a50f98..793a167b929 100644
--- a/source/blender/editors/space_node/CMakeLists.txt
+++ b/source/blender/editors/space_node/CMakeLists.txt
@@ -42,9 +42,12 @@ set(INC_SYS
set(SRC
drawnode.c
+ node_add.c
node_buttons.c
node_draw.c
node_edit.c
+ node_group.c
+ node_relationships.c
node_header.c
node_ops.c
node_select.c