mirror of
https://github.com/CloudCompare/PoissonRecon.git
synced 2026-08-29 08:34:27 +08:00
Modified the Makefile to account for the fact that PlyFile.inl is now inline
This commit is contained in:
@@ -5,13 +5,13 @@ EH_TARGET=EDTInHeat
|
||||
IS_TARGET=ImageStitching
|
||||
AV_TARGET=AdaptiveTreeVisualization
|
||||
CP_TARGET=ChunkPLY
|
||||
PR_SOURCE=PlyFile.cpp PoissonRecon.cpp
|
||||
SR_SOURCE=PlyFile.cpp SSDRecon.cpp
|
||||
ST_SOURCE=PlyFile.cpp SurfaceTrimmer.cpp
|
||||
EH_SOURCE=PlyFile.cpp EDTInHeat.cpp
|
||||
PR_SOURCE=PoissonRecon.cpp
|
||||
SR_SOURCE=SSDRecon.cpp
|
||||
ST_SOURCE=SurfaceTrimmer.cpp
|
||||
EH_SOURCE=EDTInHeat.cpp
|
||||
IS_SOURCE=ImageStitching.cpp
|
||||
AV_SOURCE=PlyFile.cpp AdaptiveTreeVisualization.cpp
|
||||
CP_SOURCE=PlyFile.cpp ChunkPLY.cpp
|
||||
AV_SOURCE=AdaptiveTreeVisualization.cpp
|
||||
CP_SOURCE=ChunkPLY.cpp
|
||||
|
||||
COMPILER = gcc
|
||||
#COMPILER = clang
|
||||
|
||||
Reference in New Issue
Block a user