moved IGL sample in the wrap/IGL/sample folder
This commit is contained in:
parent
1acf0ce100
commit
6b06c53b09
|
@ -1,3 +0,0 @@
|
||||||
include(../common.pri)
|
|
||||||
TARGET = trimesh_field_smoothing
|
|
||||||
SOURCES += trimesh_field_smoothing.cpp ../../../wrap/ply/plylib.cpp
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
DEPENDPATH += . ../../..
|
||||||
|
INCLUDEPATH += . ../../.. ../../../eigenlib
|
||||||
|
CONFIG += console c++11
|
||||||
|
TEMPLATE = app
|
||||||
|
# Mac specific Config required to avoid to make application bundles
|
||||||
|
CONFIG -= app_bundle
|
||||||
|
|
||||||
|
QMAKE_CXXFLAGS += -std=c++11
|
||||||
|
TARGET = trimesh_field_smoothing
|
||||||
|
SOURCES += trimesh_field_smoothing.cpp ../../../wrap/ply/plylib.cpp
|
Loading…
Reference in New Issue