make PMP subpackage license file generated

This commit is contained in:
Sébastien Loriot 2017-08-23 09:19:10 +02:00
parent 50a4e6f5da
commit ab56ebb4e6
2 changed files with 13 additions and 1 deletions

View File

@ -2,7 +2,8 @@ file(STRINGS gpl_package_list.txt package_list)
foreach(LINE ${package_list})
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(STRIP "${PACKAGE_PRETTY_NAME}" PACKAGE_PRETTY_NAME)
message("Generate \"${PACKAGE_NAME}.h\"")

View File

@ -40,6 +40,17 @@ Point_set_processing_3 Point Set Processing
Point_set_shape_detection_3 Point Set Shape Detection
Poisson_surface_reconstruction_3 Poisson Surface Reconstruction
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
Polyline_simplification_2 2D Polyline Simplification
Polytope_distance_d Optimal Distances