Skip to content

Commit

Permalink
move poly2tri to external libs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 22, 2018
1 parent 2b2b653 commit 8f1abf8
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions src/3d/CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 8f1abf8

Please sign in to comment.