CCCoreLib
CCCoreLib copied to clipboard
dist target added to CMakeLists.txt
For our workflows it's handy to have a distribution target for feeding to artifactory. This change extends the cmake build to provide one.
For example:
$ make dist
Scanning dependencies of target dist-directory
Built target dist-directory
Scanning dependencies of target dist
./
./lib/
./lib/cmake/
./lib/cmake/CCCoreLib/
./lib/cmake/CCCoreLib/CCCoreLibConfig.cmake
./lib/cmake/CCCoreLib/CCCoreLibTargets-debug.cmake
./lib/cmake/CCCoreLib/CCCoreLibConfigVersion.cmake
./lib/cmake/CCCoreLib/CCCoreLibTargets.cmake
./lib/libCCCoreLibd.a
./include/
./include/CCCoreLib/
./include/CCCoreLib/StatisticalTestingTools.h
./include/CCCoreLib/GenericIndexedMesh.h
./include/CCCoreLib/TrueKdTree.h
./include/CCCoreLib/ReferenceCloud.h
./include/CCCoreLib/PointCloudTpl.h
./include/CCCoreLib/CCTypes.h
./include/CCCoreLib/GenericOctree.h
./include/CCCoreLib/Delaunay2dMesh.h
./include/CCCoreLib/NormalDistribution.h
./include/CCCoreLib/KdTree.h
./include/CCCoreLib/CCToolbox.h
./include/CCCoreLib/CCCoreLibExport.h
./include/CCCoreLib/CCMiscTools.h
./include/CCCoreLib/MeshSamplingTools.h
./include/CCCoreLib/Neighbourhood.h
./include/CCCoreLib/GenericIndexedCloudPersist.h
./include/CCCoreLib/GenericMesh.h
./include/CCCoreLib/ErrorFunction.h
./include/CCCoreLib/DgmOctree.h
./include/CCCoreLib/GenericProgressCallback.h
./include/CCCoreLib/Jacobi.h
./include/CCCoreLib/GenericDistribution.h
./include/CCCoreLib/SimpleMesh.h
./include/CCCoreLib/GenericIndexedCloud.h
./include/CCCoreLib/ManualSegmentationTools.h
./include/CCCoreLib/PointProjectionTools.h
./include/CCCoreLib/FastMarching.h
./include/CCCoreLib/ScalarFieldTools.h
./include/CCCoreLib/Polyline.h
./include/CCCoreLib/RegistrationTools.h
./include/CCCoreLib/DistanceComputationTools.h
./include/CCCoreLib/BoundingBox.h
./include/CCCoreLib/CCConst.h
./include/CCCoreLib/SquareMatrix.h
./include/CCCoreLib/SimpleTriangle.h
./include/CCCoreLib/SaitoSquaredDistanceTransform.h
./include/CCCoreLib/GeometricalAnalysisTools.h
./include/CCCoreLib/DgmOctreeReferenceCloud.h
./include/CCCoreLib/LocalModel.h
./include/CCCoreLib/CCCoreLib.h
./include/CCCoreLib/ScalarField.h
./include/CCCoreLib/ChamferDistanceTransform.h
./include/CCCoreLib/CCGeom.h
./include/CCCoreLib/PointCloud.h
./include/CCCoreLib/CCPlatform.h
./include/CCCoreLib/CloudSamplingTools.h
./include/CCCoreLib/GenericCloud.h
./include/CCCoreLib/Grid3D.h
./include/CCCoreLib/ConjugateGradient.h
./include/CCCoreLib/GenericTriangle.h
./include/CCCoreLib/MathTools.h
./include/CCCoreLib/RayAndBox.h
./include/CCCoreLib/ParallelSort.h
./include/CCCoreLib/AutoSegmentationTools.h
./include/CCCoreLib/CCShareable.h
./include/CCCoreLib/WeibullDistribution.h
./include/CCCoreLib/Garbage.h
./include/CCCoreLib/FastMarchingForPropagation.h
Built target dist
Will this work on all platforms? I have some doubt about Windows ;). And can you make this optional also?
Ah, indeed. I'll look into it again.