mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-16 01:24:36 +00:00
14 lines
335 B
Prolog
14 lines
335 B
Prolog
TEMPLATE = subdirs
|
|
CONFIG += ordered
|
|
SUBDIRS = common \
|
|
meshlab \
|
|
meshlabserver \
|
|
meshlabplugins/io_base \
|
|
meshlabplugins/filter_colorize \
|
|
sampleplugins/sampledecoration \
|
|
meshlabplugins/edit_select \
|
|
meshlabplugins/render_gdp
|
|
|
|
|
|
|