vcglib/apps/tridecimator/tridecimator.pro

13 lines
301 B
Prolog

TARGET = tridecimator
DEPENDPATH += ../..
INCLUDEPATH += . ../.. ../../eigenlib
CONFIG += console stl c++11 debug_and_release
TEMPLATE = app
HEADERS +=
SOURCES += tridecimator.cpp ../../wrap/ply/plylib.cpp
# Mac specific Config required to avoid to make application bundles
CONFIG -= app_bundle