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:
Diffstat (limited to 'source/blender/freestyle/SConscript')
-rw-r--r--source/blender/freestyle/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/freestyle/SConscript b/source/blender/freestyle/SConscript
index 42d78a393eb..5a7745292a4 100644
--- a/source/blender/freestyle/SConscript
+++ b/source/blender/freestyle/SConscript
@@ -68,7 +68,8 @@ python_sources = [
prefix + '/Interface0D.cpp',
prefix + '/Interface0D/CurvePoint.cpp',
prefix + '/Interface0D/SVertex.cpp',
- prefix + '/Interface1D.cpp'
+ prefix + '/Interface1D.cpp',
+ prefix + '/Interface1D/FEdge.cpp'
]
sources = system_sources + image_sources + geometry_sources + scene_graph_sources \