File: sample.pro

package info (click to toggle)
meshlab 1.3.2%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 21,096 kB
  • ctags: 33,630
  • sloc: cpp: 224,813; ansic: 8,170; xml: 119; makefile: 80
file content (23 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
######################################################################
# Hand made pro. 
######################################################################

TEMPLATE      = subdirs
SUBDIRS       = trimesh_base  \
                trimesh_topology\
                trimesh_smooth \
                trimesh_refine \
                trimesh_clustering \
                trimesh_isosurface \
                trimesh_join \
                trimesh_optional \
                trimesh_intersection \
                trimesh_ball_pivoting \
                trimesh_hole \
                polygonmesh_base \
                aabb_binary_tree \
                trimesh_attribute

sources.files = *.pro
sources.path = .
INSTALLS += sources