vcglib/apps/sample/trimesh_diskparam/trimesh_diskparam.pro

14 lines
296 B
Prolog

#DEFINES += VCG_USE_EIGEN
TARGET = trimesh_diskparam
DEPENDPATH += . ../../..
INCLUDEPATH += . ../../..
CONFIG += console stl
TEMPLATE = app
SOURCES += trimesh_diskparam.cpp ../../../wrap/ply/plylib.cpp
# Mac specific Config required to avoid to make application bundles
CONFIG -= app_bundle