mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
move poly2tri to external libs directory
This commit is contained in:
parent
2b2b65305f
commit
8f1abf8d7f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user