mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 00:07:24 +00:00
11 lines
695 B
Prolog
11 lines
695 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
|
|
SUBDIRS = common \ # the common framework
|
|
meshlabserver\ # meshlab server
|
|
meshlabplugins/io_base\ # a few basic file formats (ply, obj, off)
|
|
meshlabplugins/io_x3d\ # to import X3D
|
|
meshlabplugins/filter_select\ # selection (e.g. self-intersection faces)
|
|
meshlabplugins/filter_clean\ # cleaning operations
|
|
meshlabplugins/filter_meshing\ # simplification and other algorithms
|
|
plugins_experimental/filter_info_vmust # information extraction |