mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 18:44:39 +00:00
14 lines
383 B
Prolog
14 lines
383 B
Prolog
include (../../shared.pri)
|
|
|
|
HEADERS = baseio.h \
|
|
$$VCGDIR/wrap/io_trimesh/import_obj.h \
|
|
$$VCGDIR/wrap/io_trimesh/import_off.h \
|
|
$$VCGDIR/wrap/io_trimesh/export_off.h \
|
|
$$VCGDIR/wrap/ply/plylib.h \
|
|
$$VCGDIR/wrap/io_trimesh/io_material.h \
|
|
|
|
SOURCES = baseio.cpp \
|
|
$$VCGDIR//wrap/ply/plylib.cpp\
|
|
../../meshlab/filterparameter.cpp
|
|
|
|
TARGET = io_base |