vcglib/apps/tridecimator/tridecimator.pro

13 lines
301 B
Prolog
Raw Normal View History

2007-03-22 12:08:13 +01:00
TARGET = tridecimator
2011-10-05 17:04:40 +02:00
DEPENDPATH += ../..
INCLUDEPATH += . ../.. ../../eigenlib
2016-06-09 10:43:21 +02:00
CONFIG += console stl c++11 debug_and_release
2007-03-22 12:08:13 +01:00
TEMPLATE = app
HEADERS +=
2007-12-03 01:08:28 +01:00
SOURCES += tridecimator.cpp ../../wrap/ply/plylib.cpp
# Mac specific Config required to avoid to make application bundles
2016-06-09 10:43:21 +02:00
CONFIG -= app_bundle