From 2fcb16ac782fac312dc3225bea33227cbc0d7488 Mon Sep 17 00:00:00 2001 From: mkazhdan Date: Wed, 20 Mar 2019 06:31:46 -0400 Subject: [PATCH] Modified the Makefile to account for the fact that PlyFile.inl is now inline --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 3a15b3c..839ebd8 100644 --- a/Makefile +++ b/Makefile @@ -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