diff options
Diffstat (limited to 'APEX_1.4/compiler/linux64/Makefile.ApexShared.mk')
| -rw-r--r-- | APEX_1.4/compiler/linux64/Makefile.ApexShared.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/APEX_1.4/compiler/linux64/Makefile.ApexShared.mk b/APEX_1.4/compiler/linux64/Makefile.ApexShared.mk index c5e2b2ce..bbe6d7ff 100644 --- a/APEX_1.4/compiler/linux64/Makefile.ApexShared.mk +++ b/APEX_1.4/compiler/linux64/Makefile.ApexShared.mk @@ -11,6 +11,9 @@ ApexShared_cppfiles += ./../../shared/general/floatmath/src/FloatMath.cpp ApexShared_cppfiles += ./../../shared/general/HACD/src/AutoGeometry.cpp ApexShared_cppfiles += ./../../shared/general/HACD/src/ConvexDecomposition.cpp ApexShared_cppfiles += ./../../shared/general/HACD/src/ConvexHull.cpp +ApexShared_cppfiles += ./../../shared/general/HACD/src/HACD.cpp +ApexShared_cppfiles += ./../../shared/general/HACD/src/MergeHulls.cpp +ApexShared_cppfiles += ./../../shared/general/HACD/src/WuQuantizer.cpp ApexShared_cppfiles += ./../../shared/general/HACD/src/dgAABBPolygonSoup.cpp ApexShared_cppfiles += ./../../shared/general/HACD/src/dgConvexHull3d.cpp ApexShared_cppfiles += ./../../shared/general/HACD/src/dgGoogol.cpp @@ -24,9 +27,6 @@ ApexShared_cppfiles += ./../../shared/general/HACD/src/dgSmallDeterminant.cpp ApexShared_cppfiles += ./../../shared/general/HACD/src/dgSphere.cpp ApexShared_cppfiles += ./../../shared/general/HACD/src/dgTree.cpp ApexShared_cppfiles += ./../../shared/general/HACD/src/dgTypes.cpp -ApexShared_cppfiles += ./../../shared/general/HACD/src/HACD.cpp -ApexShared_cppfiles += ./../../shared/general/HACD/src/MergeHulls.cpp -ApexShared_cppfiles += ./../../shared/general/HACD/src/WuQuantizer.cpp ApexShared_cppfiles += ./../../shared/general/PairFilter/src/PairFilter.cpp ApexShared_cppfiles += ./../../shared/general/stan_hull/src/StanHull.cpp |