Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dist target added to CMakeLists.txt #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nigels-com
Copy link
Contributor

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

@dgirardeau
Copy link
Member

Will this work on all platforms? I have some doubt about Windows ;). And can you make this optional also?

@nigels-com
Copy link
Contributor Author

Ah, indeed. I'll look into it again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants