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/intern/winged_edge/src.pri')
-rwxr-xr-xsource/blender/freestyle/intern/winged_edge/src.pri21
1 files changed, 21 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/winged_edge/src.pri b/source/blender/freestyle/intern/winged_edge/src.pri
new file mode 100755
index 00000000000..9cf40633dcf
--- /dev/null
+++ b/source/blender/freestyle/intern/winged_edge/src.pri
@@ -0,0 +1,21 @@
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+# W A R N I N G ! ! ! #
+# a u t h o r i z e d p e r s o n a l o n l y #
+# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
+
+WINGED_EDGE_DIR = ../winged_edge
+
+SOURCES *= $${WINGED_EDGE_DIR}/Curvature.cpp \
+ $${WINGED_EDGE_DIR}/WEdge.cpp \
+ $${WINGED_EDGE_DIR}/WFillGrid.cpp \
+ $${WINGED_EDGE_DIR}/WingedEdgeBuilder.cpp \
+ $${WINGED_EDGE_DIR}/WXEdgeBuilder.cpp \
+ $${WINGED_EDGE_DIR}/WXEdge.cpp
+
+HEADERS *= $${WINGED_EDGE_DIR}/Curvature.h \
+ $${WINGED_EDGE_DIR}/Nature.h \
+ $${WINGED_EDGE_DIR}/WEdge.h \
+ $${WINGED_EDGE_DIR}/WFillGrid.h \
+ $${WINGED_EDGE_DIR}/WingedEdgeBuilder.h \
+ $${WINGED_EDGE_DIR}/WXEdgeBuilder.h \
+ $${WINGED_EDGE_DIR}/WXEdge.h