mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
24 lines
691 B
Prolog
24 lines
691 B
Prolog
include (../../shared.pri)
|
|
|
|
HEADERS += \
|
|
baseio.h \
|
|
$$VCGDIR/wrap/io_trimesh/import_ply.h \
|
|
$$VCGDIR/wrap/io_trimesh/import_obj.h \
|
|
$$VCGDIR/wrap/io_trimesh/import_off.h \
|
|
$$VCGDIR/wrap/io_trimesh/import_ptx.h \
|
|
$$VCGDIR/wrap/io_trimesh/import_stl.h \
|
|
$$VCGDIR/wrap/io_trimesh/import_fbx.h \
|
|
$$VCGDIR/wrap/io_trimesh/export_ply.h \
|
|
$$VCGDIR/wrap/io_trimesh/export_obj.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 \
|
|
$$VCGDIR/wrap/openfbx/src/ofbx.cpp \
|
|
$$VCGDIR/wrap/openfbx/src/miniz.c
|
|
|
|
TARGET = io_base
|