mirror of https://github.com/CGAL/cgal
make PMP subpackage license file generated
This commit is contained in:
parent
50a4e6f5da
commit
ab56ebb4e6
|
|
@ -2,7 +2,8 @@ file(STRINGS gpl_package_list.txt package_list)
|
||||||
|
|
||||||
foreach(LINE ${package_list})
|
foreach(LINE ${package_list})
|
||||||
string(REGEX MATCH "^[^ ]*" PACKAGE_NAME ${LINE})
|
string(REGEX MATCH "^[^ ]*" PACKAGE_NAME ${LINE})
|
||||||
string(TOUPPER ${PACKAGE_NAME} PACKAGE_CODE_NAME)
|
string(REPLACE "/" "_" PACKAGE_CODE_NAME ${PACKAGE_NAME})
|
||||||
|
string(TOUPPER ${PACKAGE_CODE_NAME} PACKAGE_CODE_NAME)
|
||||||
string(REPLACE "${PACKAGE_NAME}" "" PACKAGE_PRETTY_NAME ${LINE})
|
string(REPLACE "${PACKAGE_NAME}" "" PACKAGE_PRETTY_NAME ${LINE})
|
||||||
string(STRIP "${PACKAGE_PRETTY_NAME}" PACKAGE_PRETTY_NAME)
|
string(STRIP "${PACKAGE_PRETTY_NAME}" PACKAGE_PRETTY_NAME)
|
||||||
message("Generate \"${PACKAGE_NAME}.h\"")
|
message("Generate \"${PACKAGE_NAME}.h\"")
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,17 @@ Point_set_processing_3 Point Set Processing
|
||||||
Point_set_shape_detection_3 Point Set Shape Detection
|
Point_set_shape_detection_3 Point Set Shape Detection
|
||||||
Poisson_surface_reconstruction_3 Poisson Surface Reconstruction
|
Poisson_surface_reconstruction_3 Poisson Surface Reconstruction
|
||||||
Polygon_mesh_processing Polygon Mesh Processing
|
Polygon_mesh_processing Polygon Mesh Processing
|
||||||
|
Polygon_mesh_processing/Compute_normal Polygon Mesh Processing - Normal Computation
|
||||||
|
Polygon_mesh_processing/connected_components Polygon Mesh Processing - Connected Components
|
||||||
|
Polygon_mesh_processing/corefinement Polygon Mesh Processing - Corefinement
|
||||||
|
Polygon_mesh_processing/core Polygon Mesh Processing - Core
|
||||||
|
Polygon_mesh_processing/distance Polygon Mesh Processing - Distance
|
||||||
|
Polygon_mesh_processing/measure Polygon Mesh Processing - Geometric Measure
|
||||||
|
Polygon_mesh_processing/meshing_hole_filling Polygon Mesh Processing - Meshing and Hole Filling
|
||||||
|
Polygon_mesh_processing/orientation Polygon Mesh Processing - Orientation
|
||||||
|
Polygon_mesh_processing/predicate Polygon Mesh Processing - Predicate
|
||||||
|
Polygon_mesh_processing/repair Polygon Mesh Processing - Repair
|
||||||
|
Polygon_mesh_processing/miscellaneous Polygon Mesh Processing - Miscellaneous
|
||||||
Polyhedron 3D Polyhedral Surface
|
Polyhedron 3D Polyhedral Surface
|
||||||
Polyline_simplification_2 2D Polyline Simplification
|
Polyline_simplification_2 2D Polyline Simplification
|
||||||
Polytope_distance_d Optimal Distances
|
Polytope_distance_d Optimal Distances
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue