vcglib/apps/sample/sample.pro

19 lines
529 B
Prolog
Raw Normal View History

2005-09-21 12:29:33 +02:00
######################################################################
2005-10-14 19:50:41 +02:00
# Hand made pro.
2005-09-21 12:29:33 +02:00
######################################################################
TEMPLATE = subdirs
SUBDIRS = trimesh_base \
trimesh_topology\
trimesh_smooth \
trimesh_refine \
trimesh_isosurface \
2006-01-11 12:13:43 +01:00
trimesh_join \
2005-10-14 19:50:41 +02:00
trimesh_optional \
aabb_binary_tree
2005-09-21 12:29:33 +02:00
sources.files = *.pro
sources.path = .
INSTALLS += sources