move poly2tri to external libs directory

This commit is contained in:
Denis Rouzaud 2018-01-19 11:17:22 -04:00
parent 2b2b65305f
commit 8f1abf8d7f
13 changed files with 5 additions and 5 deletions

View File

@ -43,11 +43,11 @@ SET(QGIS_3D_SRCS
#terrain/quantizedmeshgeometry.cpp
#terrain/quantizedmeshterraingenerator.cpp
poly2tri/common/shapes.cc
poly2tri/sweep/advancing_front.cc
poly2tri/sweep/cdt.cc
poly2tri/sweep/sweep_context.cc
poly2tri/sweep/sweep.cc
${CMAKE_SOURCE_DIR}/external/poly2tri/common/shapes.cc
${CMAKE_SOURCE_DIR}/external/poly2tri/sweep/advancing_front.cc
${CMAKE_SOURCE_DIR}/external/poly2tri/sweep/cdt.cc
${CMAKE_SOURCE_DIR}/external/poly2tri/sweep/sweep_context.cc
${CMAKE_SOURCE_DIR}/external/poly2tri/sweep/sweep.cc
)
SET(QGIS_3D_MOC_HDRS