Welcome to mirror list, hosted at ThFree Co, Russian Federation.

src.pri « winged_edge « src « freestyle « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9cf40633dcf235a8a44f8876b40b80a74872fafa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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