Files
openmesh/src/OpenMesh/Apps/Decimating/commandlineDecimater/commandlineDecimater.pro
Jan Möbius da999efc93 More changes due to directory updates
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@108 fdac6126-5c0c-442c-9429-916003d36597
2009-04-30 13:18:48 +00:00

20 lines
424 B
Prolog

################################################################################
#
################################################################################
include( $$TOPDIR/qmake/all.include )
INCLUDEPATH += ../../..
Application()
glew()
glut()
openmesh()
DIRECTORIES = ..
# Input
SOURCES += ../decimater.cc
################################################################################