2016-02-08 07:55:09 +01:00
|
|
|
include(../common.pri)
|
2016-02-08 08:01:20 +01:00
|
|
|
TARGET = trimesh_ransac
|
2016-02-08 07:55:09 +01:00
|
|
|
SOURCES += ../../../wrap/ply/plylib.cpp \
|
2016-02-09 10:35:11 +01:00
|
|
|
../../../vcg/complex/algorithms/ransac_matching.h \
|
|
|
|
trimesh_ransac.cpp
|