vcglib/apps/tridecimator/tridecimator.pro

13 lines
286 B
Prolog
Raw Normal View History

2007-03-22 12:08:13 +01:00
TARGET = tridecimator
LIBPATH +=
DEPENDPATH += .
INCLUDEPATH += . ../..
2007-12-03 01:08:28 +01:00
CONFIG += console stl 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
CONFIG -= app_bundle