2011-05-11 08:06:50 +02:00
|
|
|
TARGET = trimesh_edge
|
2011-10-24 14:19:05 +02:00
|
|
|
DEPENDPATH += . ../../..
|
2011-05-11 08:06:50 +02:00
|
|
|
INCLUDEPATH += . ../../..
|
2011-05-11 12:07:27 +02:00
|
|
|
CONFIG += console stl opengl
|
2011-05-11 08:06:50 +02:00
|
|
|
TEMPLATE = app
|
|
|
|
SOURCES += trimesh_edge.cpp ../../../wrap/ply/plylib.cpp
|
|
|
|
HEADERS += ../../../vcg/complex/algorithms/update/topology.h
|
2011-05-11 12:07:27 +02:00
|
|
|
HEADERS += ../../../wrap/gl/glu_tessellator_cap.h
|
2011-05-11 08:06:50 +02:00
|
|
|
# Mac specific Config required to avoid to make application bundles
|
|
|
|
CONFIG -= app_bundle
|