7 lines
187 B
Prolog
7 lines
187 B
Prolog
|
TARGET = trimesh_intersection
|
||
|
LIBPATH +=
|
||
|
DEPENDPATH += .
|
||
|
INCLUDEPATH += . ../../..
|
||
|
CONFIG += console stl
|
||
|
TEMPLATE = app
|
||
|
SOURCES += trimesh_intersection.cpp ../../../wrap/ply/plylib.cpp
|