diff --git a/src/meshlab/CMakeLists.txt b/src/meshlab/CMakeLists.txt index 673abdc26..87b0f7eae 100644 --- a/src/meshlab/CMakeLists.txt +++ b/src/meshlab/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/meshlab.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES additionalgui.cpp diff --git a/src/meshlabplugins/decorate_background/CMakeLists.txt b/src/meshlabplugins/decorate_background/CMakeLists.txt index ee2b3fc1c..2c06adb06 100644 --- a/src/meshlabplugins/decorate_background/CMakeLists.txt +++ b/src/meshlabplugins/decorate_background/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/decorate_background.cmake, -### then re-run ./make-cmake.py set(SOURCES cubemap.cpp decorate_background.cpp) diff --git a/src/meshlabplugins/decorate_base/CMakeLists.txt b/src/meshlabplugins/decorate_base/CMakeLists.txt index 3da54688e..3005b0e74 100644 --- a/src/meshlabplugins/decorate_base/CMakeLists.txt +++ b/src/meshlabplugins/decorate_base/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/decorate_base.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES decorate_base.cpp ${VCGDIR}/wrap/gui/coordinateframe.cpp) diff --git a/src/meshlabplugins/decorate_raster_proj/CMakeLists.txt b/src/meshlabplugins/decorate_raster_proj/CMakeLists.txt index c4d80030f..a33b2da5e 100644 --- a/src/meshlabplugins/decorate_raster_proj/CMakeLists.txt +++ b/src/meshlabplugins/decorate_raster_proj/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/decorate_raster_proj.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES decorate_raster_proj.cpp ${VCGDIR}/wrap/gui/trackball.cpp ${VCGDIR}/wrap/gui/trackmode.cpp) diff --git a/src/meshlabplugins/decorate_shadow/CMakeLists.txt b/src/meshlabplugins/decorate_shadow/CMakeLists.txt index c9bc99176..0fc5fb62f 100644 --- a/src/meshlabplugins/decorate_shadow/CMakeLists.txt +++ b/src/meshlabplugins/decorate_shadow/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/decorate_shadow.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES decorate_shadow.cpp diff --git a/src/meshlabplugins/edit_align/CMakeLists.txt b/src/meshlabplugins/edit_align/CMakeLists.txt index 781f53886..6246b7c98 100644 --- a/src/meshlabplugins/edit_align/CMakeLists.txt +++ b/src/meshlabplugins/edit_align/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/edit_align.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have newuoa if(TARGET external-newuoa) diff --git a/src/meshlabplugins/edit_manipulators/CMakeLists.txt b/src/meshlabplugins/edit_manipulators/CMakeLists.txt index fd36c4952..e4c28bdeb 100644 --- a/src/meshlabplugins/edit_manipulators/CMakeLists.txt +++ b/src/meshlabplugins/edit_manipulators/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/edit_manipulators.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES edit_manipulators.cpp edit_manipulators_factory.cpp) diff --git a/src/meshlabplugins/edit_measure/CMakeLists.txt b/src/meshlabplugins/edit_measure/CMakeLists.txt index 1cfbf29c1..caf86305f 100644 --- a/src/meshlabplugins/edit_measure/CMakeLists.txt +++ b/src/meshlabplugins/edit_measure/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/edit_measure.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES edit_measure.cpp edit_measure_factory.cpp ${VCGDIR}/wrap/gui/rubberband.cpp) diff --git a/src/meshlabplugins/edit_mutualcorrs/CMakeLists.txt b/src/meshlabplugins/edit_mutualcorrs/CMakeLists.txt index 2e19b3511..96f345b25 100644 --- a/src/meshlabplugins/edit_mutualcorrs/CMakeLists.txt +++ b/src/meshlabplugins/edit_mutualcorrs/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/edit_mutualcorrs.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have newuoa and levmar if(TARGET external-newuoa AND TARGET external-levmar) diff --git a/src/meshlabplugins/edit_paint/CMakeLists.txt b/src/meshlabplugins/edit_paint/CMakeLists.txt index a89865d9e..80efd9092 100644 --- a/src/meshlabplugins/edit_paint/CMakeLists.txt +++ b/src/meshlabplugins/edit_paint/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/edit_paint.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES edit_paint.cpp edit_paint_factory.cpp paintbox.cpp) diff --git a/src/meshlabplugins/edit_pickpoints/CMakeLists.txt b/src/meshlabplugins/edit_pickpoints/CMakeLists.txt index 00b5cbaa4..aa868d933 100644 --- a/src/meshlabplugins/edit_pickpoints/CMakeLists.txt +++ b/src/meshlabplugins/edit_pickpoints/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/edit_pickpoints.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES edit_pickpoints_factory.cpp diff --git a/src/meshlabplugins/edit_point/CMakeLists.txt b/src/meshlabplugins/edit_point/CMakeLists.txt index 3d34fb9c4..06c6b1765 100644 --- a/src/meshlabplugins/edit_point/CMakeLists.txt +++ b/src/meshlabplugins/edit_point/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_point.cmake, -### then re-run ./make-cmake.py set(SOURCES edit_point.cpp edit_point_factory.cpp) diff --git a/src/meshlabplugins/edit_quality/CMakeLists.txt b/src/meshlabplugins/edit_quality/CMakeLists.txt index 9f9fae230..c1aeb270a 100644 --- a/src/meshlabplugins/edit_quality/CMakeLists.txt +++ b/src/meshlabplugins/edit_quality/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/edit_quality.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES common/meshmethods.cpp diff --git a/src/meshlabplugins/edit_referencing/CMakeLists.txt b/src/meshlabplugins/edit_referencing/CMakeLists.txt index d562724a2..db34caab2 100644 --- a/src/meshlabplugins/edit_referencing/CMakeLists.txt +++ b/src/meshlabplugins/edit_referencing/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/edit_referencing.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES edit_referencing.cpp diff --git a/src/meshlabplugins/edit_sample/CMakeLists.txt b/src/meshlabplugins/edit_sample/CMakeLists.txt index 7a5f5df55..48f66bcaa 100644 --- a/src/meshlabplugins/edit_sample/CMakeLists.txt +++ b/src/meshlabplugins/edit_sample/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/edit_sample.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES edit_sample.cpp edit_sample_factory.cpp) diff --git a/src/meshlabplugins/edit_select/CMakeLists.txt b/src/meshlabplugins/edit_select/CMakeLists.txt index a1a467cd2..0592d859e 100644 --- a/src/meshlabplugins/edit_select/CMakeLists.txt +++ b/src/meshlabplugins/edit_select/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_select.cmake, -### then re-run ./make-cmake.py set(SOURCES edit_select.cpp edit_select_factory.cpp) diff --git a/src/meshlabplugins/filter_ao/CMakeLists.txt b/src/meshlabplugins/filter_ao/CMakeLists.txt index 0051207a2..feb2938db 100644 --- a/src/meshlabplugins/filter_ao/CMakeLists.txt +++ b/src/meshlabplugins/filter_ao/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_ao.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES filter_ao.cpp) diff --git a/src/meshlabplugins/filter_camera/CMakeLists.txt b/src/meshlabplugins/filter_camera/CMakeLists.txt index d0c7f93eb..864b07a5b 100644 --- a/src/meshlabplugins/filter_camera/CMakeLists.txt +++ b/src/meshlabplugins/filter_camera/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_camera.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_camera.cpp) diff --git a/src/meshlabplugins/filter_clean/CMakeLists.txt b/src/meshlabplugins/filter_clean/CMakeLists.txt index 8386ff4f0..562419a1f 100644 --- a/src/meshlabplugins/filter_clean/CMakeLists.txt +++ b/src/meshlabplugins/filter_clean/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_clean.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES cleanfilter.cpp) diff --git a/src/meshlabplugins/filter_color_projection/CMakeLists.txt b/src/meshlabplugins/filter_color_projection/CMakeLists.txt index af0ce553a..2dcad7276 100644 --- a/src/meshlabplugins/filter_color_projection/CMakeLists.txt +++ b/src/meshlabplugins/filter_color_projection/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_color_projection.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES filter_color_projection.cpp) diff --git a/src/meshlabplugins/filter_colorproc/CMakeLists.txt b/src/meshlabplugins/filter_colorproc/CMakeLists.txt index 16b7ef8c5..1fe148c99 100644 --- a/src/meshlabplugins/filter_colorproc/CMakeLists.txt +++ b/src/meshlabplugins/filter_colorproc/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_colorproc.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_colorproc.cpp) diff --git a/src/meshlabplugins/filter_create/CMakeLists.txt b/src/meshlabplugins/filter_create/CMakeLists.txt index 0a3dd1d01..150b77bc9 100644 --- a/src/meshlabplugins/filter_create/CMakeLists.txt +++ b/src/meshlabplugins/filter_create/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_create.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_create.cpp) diff --git a/src/meshlabplugins/filter_createiso/CMakeLists.txt b/src/meshlabplugins/filter_createiso/CMakeLists.txt index e9fac337c..2fc272369 100644 --- a/src/meshlabplugins/filter_createiso/CMakeLists.txt +++ b/src/meshlabplugins/filter_createiso/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_createiso.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_createiso.cpp) diff --git a/src/meshlabplugins/filter_csg/CMakeLists.txt b/src/meshlabplugins/filter_csg/CMakeLists.txt index 03d06498e..8546eab58 100644 --- a/src/meshlabplugins/filter_csg/CMakeLists.txt +++ b/src/meshlabplugins/filter_csg/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_csg.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have gmp/gmpxx or mpir if(TARGET external-gmp OR diff --git a/src/meshlabplugins/filter_dirt/CMakeLists.txt b/src/meshlabplugins/filter_dirt/CMakeLists.txt index 3cd279d1f..296ad9141 100644 --- a/src/meshlabplugins/filter_dirt/CMakeLists.txt +++ b/src/meshlabplugins/filter_dirt/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_dirt.cmake, -### then re-run ./make-cmake.py set(SOURCES dirt_utils.cpp filter_dirt.cpp) diff --git a/src/meshlabplugins/filter_fractal/CMakeLists.txt b/src/meshlabplugins/filter_fractal/CMakeLists.txt index 4e2f10119..cc319b324 100644 --- a/src/meshlabplugins/filter_fractal/CMakeLists.txt +++ b/src/meshlabplugins/filter_fractal/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_fractal.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_fractal.cpp) diff --git a/src/meshlabplugins/filter_func/CMakeLists.txt b/src/meshlabplugins/filter_func/CMakeLists.txt index f8f715193..61b993bb8 100644 --- a/src/meshlabplugins/filter_func/CMakeLists.txt +++ b/src/meshlabplugins/filter_func/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_func.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have muparser if(TARGET external-muparser) diff --git a/src/meshlabplugins/filter_geodesic/CMakeLists.txt b/src/meshlabplugins/filter_geodesic/CMakeLists.txt index d3215c89f..ebf7ffd28 100644 --- a/src/meshlabplugins/filter_geodesic/CMakeLists.txt +++ b/src/meshlabplugins/filter_geodesic/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_geodesic.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_geodesic.cpp) diff --git a/src/meshlabplugins/filter_globalregistration/CMakeLists.txt b/src/meshlabplugins/filter_globalregistration/CMakeLists.txt index 998c7bfe6..45ef586ba 100644 --- a/src/meshlabplugins/filter_globalregistration/CMakeLists.txt +++ b/src/meshlabplugins/filter_globalregistration/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_globalregistration.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have opengr if(TARGET external-opengr) diff --git a/src/meshlabplugins/filter_img_patch_param/CMakeLists.txt b/src/meshlabplugins/filter_img_patch_param/CMakeLists.txt index 38d4c185a..d2a29fe9c 100644 --- a/src/meshlabplugins/filter_img_patch_param/CMakeLists.txt +++ b/src/meshlabplugins/filter_img_patch_param/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_img_patch_param.cmake, -### then re-run ./make-cmake.py set(SOURCES TexturePainter.cpp VisibilityCheck.cpp VisibleSet.cpp filter_img_patch_param.cpp) diff --git a/src/meshlabplugins/filter_isoparametrization/CMakeLists.txt b/src/meshlabplugins/filter_isoparametrization/CMakeLists.txt index 52aeab289..b440ce902 100644 --- a/src/meshlabplugins/filter_isoparametrization/CMakeLists.txt +++ b/src/meshlabplugins/filter_isoparametrization/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_isoparametrization.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have newuoa and levmar if(TARGET external-newuoa AND TARGET external-levmar) diff --git a/src/meshlabplugins/filter_layer/CMakeLists.txt b/src/meshlabplugins/filter_layer/CMakeLists.txt index 6ca2b0668..fa550eb0f 100644 --- a/src/meshlabplugins/filter_layer/CMakeLists.txt +++ b/src/meshlabplugins/filter_layer/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_layer.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_layer.cpp) diff --git a/src/meshlabplugins/filter_measure/CMakeLists.txt b/src/meshlabplugins/filter_measure/CMakeLists.txt index e9007908d..6747eaaa0 100644 --- a/src/meshlabplugins/filter_measure/CMakeLists.txt +++ b/src/meshlabplugins/filter_measure/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_measure.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_measure.cpp) diff --git a/src/meshlabplugins/filter_meshing/CMakeLists.txt b/src/meshlabplugins/filter_meshing/CMakeLists.txt index 1a9cbd917..e97aae7c4 100644 --- a/src/meshlabplugins/filter_meshing/CMakeLists.txt +++ b/src/meshlabplugins/filter_meshing/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_meshing.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES meshfilter.cpp quadric_simp.cpp) diff --git a/src/meshlabplugins/filter_mls/CMakeLists.txt b/src/meshlabplugins/filter_mls/CMakeLists.txt index 961e86f9f..b2c8cf500 100644 --- a/src/meshlabplugins/filter_mls/CMakeLists.txt +++ b/src/meshlabplugins/filter_mls/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_mls.cmake, -### then re-run ./make-cmake.py set(SOURCES apss.cpp diff --git a/src/meshlabplugins/filter_mutualglobal/CMakeLists.txt b/src/meshlabplugins/filter_mutualglobal/CMakeLists.txt index 743ab0742..0039a69d9 100644 --- a/src/meshlabplugins/filter_mutualglobal/CMakeLists.txt +++ b/src/meshlabplugins/filter_mutualglobal/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_mutualglobal.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have newuoa and levmar if(TARGET external-newuoa AND TARGET external-levmar) diff --git a/src/meshlabplugins/filter_mutualinfo/CMakeLists.txt b/src/meshlabplugins/filter_mutualinfo/CMakeLists.txt index 673ed2570..585e40cf4 100644 --- a/src/meshlabplugins/filter_mutualinfo/CMakeLists.txt +++ b/src/meshlabplugins/filter_mutualinfo/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_mutualinfo.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have newuoa and levmar if(TARGET external-newuoa AND TARGET external-levmar) diff --git a/src/meshlabplugins/filter_plymc/CMakeLists.txt b/src/meshlabplugins/filter_plymc/CMakeLists.txt index 1723b6291..e084501f9 100644 --- a/src/meshlabplugins/filter_plymc/CMakeLists.txt +++ b/src/meshlabplugins/filter_plymc/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_plymc.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES filter_plymc.cpp ${VCGDIR}/wrap/ply/plylib.cpp) diff --git a/src/meshlabplugins/filter_qhull/CMakeLists.txt b/src/meshlabplugins/filter_qhull/CMakeLists.txt index 7c935e50a..4e5b1de3a 100644 --- a/src/meshlabplugins/filter_qhull/CMakeLists.txt +++ b/src/meshlabplugins/filter_qhull/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_qhull.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have qhull if(TARGET external-qhull) diff --git a/src/meshlabplugins/filter_quality/CMakeLists.txt b/src/meshlabplugins/filter_quality/CMakeLists.txt index f63fdf40d..881d72a0f 100644 --- a/src/meshlabplugins/filter_quality/CMakeLists.txt +++ b/src/meshlabplugins/filter_quality/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_quality.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES filterqualitymapper.cpp ../edit_quality/common/meshmethods.cpp diff --git a/src/meshlabplugins/filter_sample/CMakeLists.txt b/src/meshlabplugins/filter_sample/CMakeLists.txt index 243fc6832..f00f1ccb9 100644 --- a/src/meshlabplugins/filter_sample/CMakeLists.txt +++ b/src/meshlabplugins/filter_sample/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_sample.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_sample.cpp) diff --git a/src/meshlabplugins/filter_sample_dyn/CMakeLists.txt b/src/meshlabplugins/filter_sample_dyn/CMakeLists.txt index ddb945c89..8bcb6ebd1 100644 --- a/src/meshlabplugins/filter_sample_dyn/CMakeLists.txt +++ b/src/meshlabplugins/filter_sample_dyn/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_sample_dyn.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_sample_dyn.cpp) diff --git a/src/meshlabplugins/filter_sample_gpu/CMakeLists.txt b/src/meshlabplugins/filter_sample_gpu/CMakeLists.txt index c81939d04..babbf82c3 100644 --- a/src/meshlabplugins/filter_sample_gpu/CMakeLists.txt +++ b/src/meshlabplugins/filter_sample_gpu/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_sample_gpu.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES filter_sample_gpu.cpp) diff --git a/src/meshlabplugins/filter_sampling/CMakeLists.txt b/src/meshlabplugins/filter_sampling/CMakeLists.txt index aa307c649..62483d0b2 100644 --- a/src/meshlabplugins/filter_sampling/CMakeLists.txt +++ b/src/meshlabplugins/filter_sampling/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_sampling.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_sampling.cpp) diff --git a/src/meshlabplugins/filter_screened_poisson/CMakeLists.txt b/src/meshlabplugins/filter_screened_poisson/CMakeLists.txt index d1b7d6781..a0eb07c4b 100644 --- a/src/meshlabplugins/filter_screened_poisson/CMakeLists.txt +++ b/src/meshlabplugins/filter_screened_poisson/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_screened_poisson.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES filter_screened_poisson.cpp Src/MarchingCubes.cpp diff --git a/src/meshlabplugins/filter_sdfgpu/CMakeLists.txt b/src/meshlabplugins/filter_sdfgpu/CMakeLists.txt index e86f29055..4b00c98b9 100644 --- a/src/meshlabplugins/filter_sdfgpu/CMakeLists.txt +++ b/src/meshlabplugins/filter_sdfgpu/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_sdfgpu.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES filter_sdfgpu.cpp diff --git a/src/meshlabplugins/filter_select/CMakeLists.txt b/src/meshlabplugins/filter_select/CMakeLists.txt index 6fe44c218..07c0d1722 100644 --- a/src/meshlabplugins/filter_select/CMakeLists.txt +++ b/src/meshlabplugins/filter_select/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_select.cmake, -### then re-run ./make-cmake.py set(SOURCES meshselect.cpp) diff --git a/src/meshlabplugins/filter_sketchfab/CMakeLists.txt b/src/meshlabplugins/filter_sketchfab/CMakeLists.txt index b8094990d..60f1a5f14 100644 --- a/src/meshlabplugins/filter_sketchfab/CMakeLists.txt +++ b/src/meshlabplugins/filter_sketchfab/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_sketchfab.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have Qt5Qml if(TARGET Qt5::Qml) diff --git a/src/meshlabplugins/filter_ssynth/CMakeLists.txt b/src/meshlabplugins/filter_ssynth/CMakeLists.txt index 65581d733..c1e0d9095 100644 --- a/src/meshlabplugins/filter_ssynth/CMakeLists.txt +++ b/src/meshlabplugins/filter_ssynth/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_ssynth.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have structure-synth if(TARGET external-ssynth) diff --git a/src/meshlabplugins/filter_texture/CMakeLists.txt b/src/meshlabplugins/filter_texture/CMakeLists.txt index 944316fa9..a0d92fe9c 100644 --- a/src/meshlabplugins/filter_texture/CMakeLists.txt +++ b/src/meshlabplugins/filter_texture/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_texture.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES filter_texture.cpp ${VCGDIR}/wrap/ply/plylib.cpp ${VCGDIR}/wrap/qt/outline2_rasterizer.cpp) diff --git a/src/meshlabplugins/filter_trioptimize/CMakeLists.txt b/src/meshlabplugins/filter_trioptimize/CMakeLists.txt index 3ed37a96e..dfe2cce8d 100644 --- a/src/meshlabplugins/filter_trioptimize/CMakeLists.txt +++ b/src/meshlabplugins/filter_trioptimize/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_trioptimize.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_trioptimize.cpp) diff --git a/src/meshlabplugins/filter_unsharp/CMakeLists.txt b/src/meshlabplugins/filter_unsharp/CMakeLists.txt index 8a9962895..123213a15 100644 --- a/src/meshlabplugins/filter_unsharp/CMakeLists.txt +++ b/src/meshlabplugins/filter_unsharp/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_unsharp.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_unsharp.cpp) diff --git a/src/meshlabplugins/filter_voronoi/CMakeLists.txt b/src/meshlabplugins/filter_voronoi/CMakeLists.txt index 6bc231d85..9fb68ab29 100644 --- a/src/meshlabplugins/filter_voronoi/CMakeLists.txt +++ b/src/meshlabplugins/filter_voronoi/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_voronoi.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_voronoi.cpp) diff --git a/src/meshlabplugins/io_3ds/CMakeLists.txt b/src/meshlabplugins/io_3ds/CMakeLists.txt index bd5f1d169..cf772c86c 100644 --- a/src/meshlabplugins/io_3ds/CMakeLists.txt +++ b/src/meshlabplugins/io_3ds/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/io_3ds.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have lib3ds if(TARGET external-lib3ds) diff --git a/src/meshlabplugins/io_base/CMakeLists.txt b/src/meshlabplugins/io_base/CMakeLists.txt index 6061538e0..4f508e4c1 100644 --- a/src/meshlabplugins/io_base/CMakeLists.txt +++ b/src/meshlabplugins/io_base/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/io_base.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES baseio.cpp ${VCGDIR}/wrap/openfbx/src/miniz.c ${VCGDIR}/wrap/openfbx/src/ofbx.cpp ${VCGDIR}/wrap/ply/plylib.cpp) diff --git a/src/meshlabplugins/io_bre/CMakeLists.txt b/src/meshlabplugins/io_bre/CMakeLists.txt index 2b7f45294..ed6c91334 100644 --- a/src/meshlabplugins/io_bre/CMakeLists.txt +++ b/src/meshlabplugins/io_bre/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/io_bre.cmake, -### then re-run ./make-cmake.py set(SOURCES io_bre.cpp) diff --git a/src/meshlabplugins/io_collada/CMakeLists.txt b/src/meshlabplugins/io_collada/CMakeLists.txt index cf5ad5fd7..d8494b9a0 100644 --- a/src/meshlabplugins/io_collada/CMakeLists.txt +++ b/src/meshlabplugins/io_collada/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/io_collada.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES io_collada.cpp ${VCGDIR}/wrap/dae/xmldocumentmanaging.cpp) diff --git a/src/meshlabplugins/io_ctm/CMakeLists.txt b/src/meshlabplugins/io_ctm/CMakeLists.txt index d61e3adb6..8d958bf24 100644 --- a/src/meshlabplugins/io_ctm/CMakeLists.txt +++ b/src/meshlabplugins/io_ctm/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/io_ctm.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have OpenCTM if(TARGET external-openctm) diff --git a/src/meshlabplugins/io_expe/CMakeLists.txt b/src/meshlabplugins/io_expe/CMakeLists.txt index eea6b6580..dede6cfbf 100644 --- a/src/meshlabplugins/io_expe/CMakeLists.txt +++ b/src/meshlabplugins/io_expe/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/io_expe.cmake, -### then re-run ./make-cmake.py set(SOURCES io_expe.cpp) diff --git a/src/meshlabplugins/io_json/CMakeLists.txt b/src/meshlabplugins/io_json/CMakeLists.txt index db9e9d757..cdaaf1783 100644 --- a/src/meshlabplugins/io_json/CMakeLists.txt +++ b/src/meshlabplugins/io_json/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/io_json.cmake, -### then re-run ./make-cmake.py set(SOURCES io_json.cpp) diff --git a/src/meshlabplugins/io_pdb/CMakeLists.txt b/src/meshlabplugins/io_pdb/CMakeLists.txt index 2b22e4d86..c8e8e3f1c 100644 --- a/src/meshlabplugins/io_pdb/CMakeLists.txt +++ b/src/meshlabplugins/io_pdb/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/io_pdb.cmake, -### then re-run ./make-cmake.py set(SOURCES io_pdb.cpp) diff --git a/src/meshlabplugins/io_tri/CMakeLists.txt b/src/meshlabplugins/io_tri/CMakeLists.txt index fa8f215bb..3b0855899 100644 --- a/src/meshlabplugins/io_tri/CMakeLists.txt +++ b/src/meshlabplugins/io_tri/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/io_tri.cmake, -### then re-run ./make-cmake.py set(SOURCES io_tri.cpp) diff --git a/src/meshlabplugins/io_txt/CMakeLists.txt b/src/meshlabplugins/io_txt/CMakeLists.txt index bcba4bf08..37425acf0 100644 --- a/src/meshlabplugins/io_txt/CMakeLists.txt +++ b/src/meshlabplugins/io_txt/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/io_txt.cmake, -### then re-run ./make-cmake.py set(SOURCES io_txt.cpp) diff --git a/src/meshlabplugins/io_u3d/CMakeLists.txt b/src/meshlabplugins/io_u3d/CMakeLists.txt index 280956767..7f2c41cbe 100644 --- a/src/meshlabplugins/io_u3d/CMakeLists.txt +++ b/src/meshlabplugins/io_u3d/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/io_u3d.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have u3d if(TARGET external-IDTFConverter) diff --git a/src/meshlabplugins/io_x3d/CMakeLists.txt b/src/meshlabplugins/io_x3d/CMakeLists.txt index 80e924219..7a68863aa 100644 --- a/src/meshlabplugins/io_x3d/CMakeLists.txt +++ b/src/meshlabplugins/io_x3d/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/io_x3d.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES io_x3d.cpp vrml/Parser.cpp vrml/Scanner.cpp) diff --git a/src/meshlabplugins/render_gdp/CMakeLists.txt b/src/meshlabplugins/render_gdp/CMakeLists.txt index 0b39bf024..cc6a91898 100644 --- a/src/meshlabplugins/render_gdp/CMakeLists.txt +++ b/src/meshlabplugins/render_gdp/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/render_gdp.cmake, -### then re-run ./make-cmake.py set(SOURCES meshrender.cpp shaderDialog.cpp textfile.cpp) diff --git a/src/meshlabplugins/render_radiance_scaling/CMakeLists.txt b/src/meshlabplugins/render_radiance_scaling/CMakeLists.txt index 7d07e2ad9..e02d8af4a 100644 --- a/src/meshlabplugins/render_radiance_scaling/CMakeLists.txt +++ b/src/meshlabplugins/render_radiance_scaling/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/render_radiance_scaling.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES framebufferObject.cpp diff --git a/src/meshlabserver/CMakeLists.txt b/src/meshlabserver/CMakeLists.txt index 00467b655..ff91d61ac 100644 --- a/src/meshlabserver/CMakeLists.txt +++ b/src/meshlabserver/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/meshlabserver.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES mainserver.cpp) diff --git a/unsupported/plugins_experimental/edit_CADtexturing/CMakeLists.txt b/unsupported/plugins_experimental/edit_CADtexturing/CMakeLists.txt index 1024d0af0..e89e86592 100644 --- a/unsupported/plugins_experimental/edit_CADtexturing/CMakeLists.txt +++ b/unsupported/plugins_experimental/edit_CADtexturing/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_CADtexturing.cmake, -### then re-run ./make-cmake.py set(SOURCES CADtexturingControl.cpp CADtexturingedit.cpp edit_CADtexturing_factory.cpp diff --git a/unsupported/plugins_experimental/edit_kinect/CMakeLists.txt b/unsupported/plugins_experimental/edit_kinect/CMakeLists.txt index 134e2dc6f..d24221b29 100644 --- a/unsupported/plugins_experimental/edit_kinect/CMakeLists.txt +++ b/unsupported/plugins_experimental/edit_kinect/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_kinect.cmake, -### then re-run ./make-cmake.py set(SOURCES calibration_load.cpp edit_kinect.cpp edit_kinect_factory.cpp freenect.cpp glarea.cpp) diff --git a/unsupported/plugins_experimental/edit_ocme/CMakeLists.txt b/unsupported/plugins_experimental/edit_ocme/CMakeLists.txt index 684fc06d4..1f33ffc6e 100644 --- a/unsupported/plugins_experimental/edit_ocme/CMakeLists.txt +++ b/unsupported/plugins_experimental/edit_ocme/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_ocme.cmake, -### then re-run ./make-cmake.py set(SOURCES edit_ocme.cpp diff --git a/unsupported/plugins_experimental/edit_paint/CMakeLists.txt b/unsupported/plugins_experimental/edit_paint/CMakeLists.txt index 0fa91c5b9..ee419fb03 100644 --- a/unsupported/plugins_experimental/edit_paint/CMakeLists.txt +++ b/unsupported/plugins_experimental/edit_paint/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/edit_paint.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES edit_paint.cpp edit_paint_factory.cpp paintbox.cpp) diff --git a/unsupported/plugins_experimental/edit_panosample/CMakeLists.txt b/unsupported/plugins_experimental/edit_panosample/CMakeLists.txt index 17657b731..5799d3435 100644 --- a/unsupported/plugins_experimental/edit_panosample/CMakeLists.txt +++ b/unsupported/plugins_experimental/edit_panosample/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_panosample.cmake, -### then re-run ./make-cmake.py set(SOURCES edit_panosample.cpp edit_panosample_factory.cpp qualitychecker.cpp) diff --git a/unsupported/plugins_experimental/edit_scan/CMakeLists.txt b/unsupported/plugins_experimental/edit_scan/CMakeLists.txt index 2dabebaa8..cdc565f0e 100644 --- a/unsupported/plugins_experimental/edit_scan/CMakeLists.txt +++ b/unsupported/plugins_experimental/edit_scan/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_scan.cmake, -### then re-run ./make-cmake.py set(SOURCES edit_scan.cpp) diff --git a/unsupported/plugins_experimental/edit_vase/CMakeLists.txt b/unsupported/plugins_experimental/edit_vase/CMakeLists.txt index d88e6ddd5..6541ae90b 100644 --- a/unsupported/plugins_experimental/edit_vase/CMakeLists.txt +++ b/unsupported/plugins_experimental/edit_vase/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_vase.cmake, -### then re-run ./make-cmake.py set(SOURCES balloon.cpp diff --git a/unsupported/plugins_experimental/filter_3dcoform/CMakeLists.txt b/unsupported/plugins_experimental/filter_3dcoform/CMakeLists.txt index 934399dff..69dd2f0c4 100644 --- a/unsupported/plugins_experimental/filter_3dcoform/CMakeLists.txt +++ b/unsupported/plugins_experimental/filter_3dcoform/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_3dcoform.cmake, -### then re-run ./make-cmake.py set(SOURCES coform_interface.cpp filter_3dcoform.cpp metadatafile_generator.cpp) diff --git a/unsupported/plugins_experimental/filter_info_vmust/CMakeLists.txt b/unsupported/plugins_experimental/filter_info_vmust/CMakeLists.txt index 2d9506367..ba2acc9a2 100644 --- a/unsupported/plugins_experimental/filter_info_vmust/CMakeLists.txt +++ b/unsupported/plugins_experimental/filter_info_vmust/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_info_vmust.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_info.cpp) diff --git a/unsupported/plugins_experimental/filter_multiscale_align/CMakeLists.txt b/unsupported/plugins_experimental/filter_multiscale_align/CMakeLists.txt index e5bb66cd0..1eb196f66 100644 --- a/unsupported/plugins_experimental/filter_multiscale_align/CMakeLists.txt +++ b/unsupported/plugins_experimental/filter_multiscale_align/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_multiscale_align.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_multiscale_align.cpp generic_align.cpp multiscale_align.cpp) diff --git a/unsupported/plugins_experimental/filter_musical_instruments/CMakeLists.txt b/unsupported/plugins_experimental/filter_musical_instruments/CMakeLists.txt index 6454b7d97..595796683 100644 --- a/unsupported/plugins_experimental/filter_musical_instruments/CMakeLists.txt +++ b/unsupported/plugins_experimental/filter_musical_instruments/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_musical_instruments.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_musical_instruments.cpp) diff --git a/unsupported/plugins_experimental/filter_ouput_optical_flow/CMakeLists.txt b/unsupported/plugins_experimental/filter_ouput_optical_flow/CMakeLists.txt index eaf0183ef..da9550a8e 100644 --- a/unsupported/plugins_experimental/filter_ouput_optical_flow/CMakeLists.txt +++ b/unsupported/plugins_experimental/filter_ouput_optical_flow/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_ouput_optical_flow.cmake, -### then re-run ./make-cmake.py set(SOURCES DominancyClassifier.cpp diff --git a/unsupported/plugins_experimental/filter_perceptualmetric/CMakeLists.txt b/unsupported/plugins_experimental/filter_perceptualmetric/CMakeLists.txt index 28de6559f..3588b74c0 100644 --- a/unsupported/plugins_experimental/filter_perceptualmetric/CMakeLists.txt +++ b/unsupported/plugins_experimental/filter_perceptualmetric/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_perceptualmetric.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_perceptualmetric.cpp) diff --git a/unsupported/plugins_experimental/filter_polygonal_polychord_collapse/CMakeLists.txt b/unsupported/plugins_experimental/filter_polygonal_polychord_collapse/CMakeLists.txt index 51da7a90a..24f516d3f 100644 --- a/unsupported/plugins_experimental/filter_polygonal_polychord_collapse/CMakeLists.txt +++ b/unsupported/plugins_experimental/filter_polygonal_polychord_collapse/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_polygonal_polychord_collapse.cmake, -### then re-run ./make-cmake.py set(SOURCES polygonalpolychordcollapsefilter.cpp) diff --git a/unsupported/plugins_experimental/filter_segmentation/CMakeLists.txt b/unsupported/plugins_experimental/filter_segmentation/CMakeLists.txt index d3fe7382c..ac769e074 100644 --- a/unsupported/plugins_experimental/filter_segmentation/CMakeLists.txt +++ b/unsupported/plugins_experimental/filter_segmentation/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_segmentation.cmake, -### then re-run ./make-cmake.py set(SOURCES HC_Segmenter.cpp RG_Segmenter.cpp Segmenter.cpp Utils.cpp meshsegmentation.cpp) diff --git a/unsupported/plugins_experimental/filter_vsa/CMakeLists.txt b/unsupported/plugins_experimental/filter_vsa/CMakeLists.txt index e5e612d11..cbbd7bb00 100644 --- a/unsupported/plugins_experimental/filter_vsa/CMakeLists.txt +++ b/unsupported/plugins_experimental/filter_vsa/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_vsa.cmake, -### then re-run ./make-cmake.py set(SOURCES vsa.cpp) diff --git a/unsupported/plugins_experimental/filter_watermark/CMakeLists.txt b/unsupported/plugins_experimental/filter_watermark/CMakeLists.txt index 62036d166..3000af230 100644 --- a/unsupported/plugins_experimental/filter_watermark/CMakeLists.txt +++ b/unsupported/plugins_experimental/filter_watermark/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_watermark.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_watermark.cpp utilsWatermark.cpp) diff --git a/unsupported/plugins_experimental/filter_web_export_vmust/CMakeLists.txt b/unsupported/plugins_experimental/filter_web_export_vmust/CMakeLists.txt index 67c806ecd..d272dfd34 100644 --- a/unsupported/plugins_experimental/filter_web_export_vmust/CMakeLists.txt +++ b/unsupported/plugins_experimental/filter_web_export_vmust/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_web_export_vmust.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_web_export.cpp) diff --git a/unsupported/plugins_experimental/io_3dcoform/CMakeLists.txt b/unsupported/plugins_experimental/io_3dcoform/CMakeLists.txt index fff7a2ee4..0864eca9b 100644 --- a/unsupported/plugins_experimental/io_3dcoform/CMakeLists.txt +++ b/unsupported/plugins_experimental/io_3dcoform/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/io_3dcoform.cmake, -### then re-run ./make-cmake.py set(SOURCES coformimportdialog.cpp io_3dcoform.cpp metadatafile_generator.cpp) diff --git a/unsupported/plugins_experimental/render_splatpyramid/CMakeLists.txt b/unsupported/plugins_experimental/render_splatpyramid/CMakeLists.txt index cf9dda2c5..72dd061fa 100644 --- a/unsupported/plugins_experimental/render_splatpyramid/CMakeLists.txt +++ b/unsupported/plugins_experimental/render_splatpyramid/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/render_splatpyramid.cmake, -### then re-run ./make-cmake.py set(SOURCES dialog.cpp) diff --git a/unsupported/plugins_unsupported/edit_arc3D/CMakeLists.txt b/unsupported/plugins_unsupported/edit_arc3D/CMakeLists.txt index d55b2b29e..1a07e79be 100644 --- a/unsupported/plugins_unsupported/edit_arc3D/CMakeLists.txt +++ b/unsupported/plugins_unsupported/edit_arc3D/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_arc3D.cmake, -### then re-run ./make-cmake.py set(SOURCES arc3D_camera.cpp diff --git a/unsupported/plugins_unsupported/edit_fit/CMakeLists.txt b/unsupported/plugins_unsupported/edit_fit/CMakeLists.txt index a00caa85f..421c891d1 100644 --- a/unsupported/plugins_unsupported/edit_fit/CMakeLists.txt +++ b/unsupported/plugins_unsupported/edit_fit/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_fit.cmake, -### then re-run ./make-cmake.py set(SOURCES edit_fit_factory.cpp editfit.cpp fittoolbox.cpp primitive.cpp) diff --git a/unsupported/plugins_unsupported/edit_hole/CMakeLists.txt b/unsupported/plugins_unsupported/edit_hole/CMakeLists.txt index 576a83588..56c39c805 100644 --- a/unsupported/plugins_unsupported/edit_hole/CMakeLists.txt +++ b/unsupported/plugins_unsupported/edit_hole/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_hole.cmake, -### then re-run ./make-cmake.py set(SOURCES edit_hole.cpp edit_hole_factory.cpp fillerDialog.cpp holeListModel.cpp) diff --git a/unsupported/plugins_unsupported/edit_phototexturing/CMakeLists.txt b/unsupported/plugins_unsupported/edit_phototexturing/CMakeLists.txt index bce266675..2421780e9 100644 --- a/unsupported/plugins_unsupported/edit_phototexturing/CMakeLists.txt +++ b/unsupported/plugins_unsupported/edit_phototexturing/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_phototexturing.cmake, -### then re-run ./make-cmake.py set(SOURCES PhotoTexturingWidget.cpp diff --git a/unsupported/plugins_unsupported/edit_slice/CMakeLists.txt b/unsupported/plugins_unsupported/edit_slice/CMakeLists.txt index 7d26c3410..7526aec4a 100644 --- a/unsupported/plugins_unsupported/edit_slice/CMakeLists.txt +++ b/unsupported/plugins_unsupported/edit_slice/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_slice.cmake, -### then re-run ./make-cmake.py set(SOURCES edit_slice_factory.cpp editslice.cpp slicedialog.cpp svgpro.cpp) diff --git a/unsupported/plugins_unsupported/edit_straightener/CMakeLists.txt b/unsupported/plugins_unsupported/edit_straightener/CMakeLists.txt index e1c51bc60..3722673a0 100644 --- a/unsupported/plugins_unsupported/edit_straightener/CMakeLists.txt +++ b/unsupported/plugins_unsupported/edit_straightener/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_straightener.cmake, -### then re-run ./make-cmake.py set(SOURCES edit_straightener_factory.cpp editstraightener.cpp editstraightenerdialog.cpp) diff --git a/unsupported/plugins_unsupported/edit_texture/CMakeLists.txt b/unsupported/plugins_unsupported/edit_texture/CMakeLists.txt index a81925d8b..cc678c328 100644 --- a/unsupported/plugins_unsupported/edit_texture/CMakeLists.txt +++ b/unsupported/plugins_unsupported/edit_texture/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/edit_texture.cmake, -### then re-run ./make-cmake.py set(SOURCES edit_texture_factory.cpp edittexture.cpp renderarea.cpp textureeditor.cpp) diff --git a/unsupported/plugins_unsupported/editpaint/CMakeLists.txt b/unsupported/plugins_unsupported/editpaint/CMakeLists.txt index fbd06b2ee..4a13cd50e 100644 --- a/unsupported/plugins_unsupported/editpaint/CMakeLists.txt +++ b/unsupported/plugins_unsupported/editpaint/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/editpaint.cmake, -### then re-run ./make-cmake.py set(SOURCES edit_paint_factory.cpp editpaint.cpp paintbox.cpp) diff --git a/unsupported/plugins_unsupported/editrgbtri/CMakeLists.txt b/unsupported/plugins_unsupported/editrgbtri/CMakeLists.txt index eb29e46ab..c3c320469 100644 --- a/unsupported/plugins_unsupported/editrgbtri/CMakeLists.txt +++ b/unsupported/plugins_unsupported/editrgbtri/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/editrgbtri.cmake, -### then re-run ./make-cmake.py set(SOURCES controlPoint.cpp diff --git a/unsupported/plugins_unsupported/editsegment/CMakeLists.txt b/unsupported/plugins_unsupported/editsegment/CMakeLists.txt index 2ab10d038..99f4b3a14 100644 --- a/unsupported/plugins_unsupported/editsegment/CMakeLists.txt +++ b/unsupported/plugins_unsupported/editsegment/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/editsegment.cmake, -### then re-run ./make-cmake.py set(SOURCES colorpiker.cpp edit_segment_factory.cpp editsegment.cpp meshcutdialog.cpp) diff --git a/unsupported/plugins_unsupported/filter_aging/CMakeLists.txt b/unsupported/plugins_unsupported/filter_aging/CMakeLists.txt index ef52b5091..ce02f0803 100644 --- a/unsupported/plugins_unsupported/filter_aging/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_aging/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_aging.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_aging.cpp) diff --git a/unsupported/plugins_unsupported/filter_autoalign/CMakeLists.txt b/unsupported/plugins_unsupported/filter_autoalign/CMakeLists.txt index 73d918330..024cc022c 100644 --- a/unsupported/plugins_unsupported/filter_autoalign/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_autoalign/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_autoalign.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_autoalign.cpp) diff --git a/unsupported/plugins_unsupported/filter_bnpts/CMakeLists.txt b/unsupported/plugins_unsupported/filter_bnpts/CMakeLists.txt index bd689f44b..089e062d9 100644 --- a/unsupported/plugins_unsupported/filter_bnpts/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_bnpts/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_bnpts.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_bnpts.cpp) diff --git a/unsupported/plugins_unsupported/filter_colorize/CMakeLists.txt b/unsupported/plugins_unsupported/filter_colorize/CMakeLists.txt index 703449fee..175c3292e 100644 --- a/unsupported/plugins_unsupported/filter_colorize/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_colorize/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_colorize.cmake, -### then re-run ./make-cmake.py set(SOURCES meshcolorize.cpp) diff --git a/unsupported/plugins_unsupported/filter_curvature_from_sliding/CMakeLists.txt b/unsupported/plugins_unsupported/filter_curvature_from_sliding/CMakeLists.txt index cb45f60c9..a528b6699 100644 --- a/unsupported/plugins_unsupported/filter_curvature_from_sliding/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_curvature_from_sliding/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_curvature_from_sliding.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_curvature_from_sliding.cpp) diff --git a/unsupported/plugins_unsupported/filter_feature_alignment/CMakeLists.txt b/unsupported/plugins_unsupported/filter_feature_alignment/CMakeLists.txt index 148e7856a..d1c12f580 100644 --- a/unsupported/plugins_unsupported/filter_feature_alignment/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_feature_alignment/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_feature_alignment.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_feature_alignment.cpp) diff --git a/unsupported/plugins_unsupported/filter_measure_xml/CMakeLists.txt b/unsupported/plugins_unsupported/filter_measure_xml/CMakeLists.txt index 4ff586daa..75ecb72e6 100644 --- a/unsupported/plugins_unsupported/filter_measure_xml/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_measure_xml/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_measure_xml.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_measure_xml.cpp) diff --git a/unsupported/plugins_unsupported/filter_mutualinfo/CMakeLists.txt b/unsupported/plugins_unsupported/filter_mutualinfo/CMakeLists.txt index acdee749b..517356ee3 100644 --- a/unsupported/plugins_unsupported/filter_mutualinfo/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_mutualinfo/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_mutualinfo.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have newuoa and levmar if(TARGET external-newuoa AND TARGET external-levmar) diff --git a/unsupported/plugins_unsupported/filter_mutualinfo_xml/CMakeLists.txt b/unsupported/plugins_unsupported/filter_mutualinfo_xml/CMakeLists.txt index f1fdcd49d..decd2189f 100644 --- a/unsupported/plugins_unsupported/filter_mutualinfo_xml/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_mutualinfo_xml/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_mutualinfo_xml.cmake (custom for this directory), -### then re-run ./make-cmake.py # Only build if we have newuoa and levmar if(TARGET external-newuoa AND TARGET external-levmar) diff --git a/unsupported/plugins_unsupported/filter_photosynth/CMakeLists.txt b/unsupported/plugins_unsupported/filter_photosynth/CMakeLists.txt index d020ed1f0..36154a43b 100644 --- a/unsupported/plugins_unsupported/filter_photosynth/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_photosynth/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_photosynth.cmake, -### then re-run ./make-cmake.py set(SOURCES SoapTest/main.cpp downloader.cpp filter_photosynth.cpp) diff --git a/unsupported/plugins_unsupported/filter_poisson/CMakeLists.txt b/unsupported/plugins_unsupported/filter_poisson/CMakeLists.txt index 69e2d257e..190a7ec15 100644 --- a/unsupported/plugins_unsupported/filter_poisson/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_poisson/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_poisson.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_poisson.cpp src/Factor.cpp src/Geometry.cpp src/MarchingCubes.cpp src/MultiGridOctest.cpp) diff --git a/unsupported/plugins_unsupported/filter_rangemap/CMakeLists.txt b/unsupported/plugins_unsupported/filter_rangemap/CMakeLists.txt index 75e92df93..e4f5f3be9 100644 --- a/unsupported/plugins_unsupported/filter_rangemap/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_rangemap/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_rangemap.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_rangemap.cpp) diff --git a/unsupported/plugins_unsupported/filter_screened_poisson_xml/CMakeLists.txt b/unsupported/plugins_unsupported/filter_screened_poisson_xml/CMakeLists.txt index 251cb04a3..e1e7ed75b 100644 --- a/unsupported/plugins_unsupported/filter_screened_poisson_xml/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_screened_poisson_xml/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_screened_poisson_xml.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES filter_screened_poisson.cpp Src/MarchingCubes.cpp diff --git a/unsupported/plugins_unsupported/filter_sdf/CMakeLists.txt b/unsupported/plugins_unsupported/filter_sdf/CMakeLists.txt index a693068be..69f4077e2 100644 --- a/unsupported/plugins_unsupported/filter_sdf/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_sdf/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_sdf.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_sdf+.cpp filter_sdf.cpp) diff --git a/unsupported/plugins_unsupported/filter_sketchfab_xml/CMakeLists.txt b/unsupported/plugins_unsupported/filter_sketchfab_xml/CMakeLists.txt index d98d16017..4792d0f03 100644 --- a/unsupported/plugins_unsupported/filter_sketchfab_xml/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_sketchfab_xml/CMakeLists.txt @@ -1,9 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/filter_sketchfab_xml.cmake (custom for this directory), -### then re-run ./make-cmake.py set(SOURCES filter_sketchfab_xml.cpp ${VCGDIR}/wrap/ply/plylib.cpp) diff --git a/unsupported/plugins_unsupported/filter_voronoi_xml/CMakeLists.txt b/unsupported/plugins_unsupported/filter_voronoi_xml/CMakeLists.txt index 967bde4e5..bc004cdef 100644 --- a/unsupported/plugins_unsupported/filter_voronoi_xml/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_voronoi_xml/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_voronoi.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_voronoi_xml.cpp) diff --git a/unsupported/plugins_unsupported/filter_zippering/CMakeLists.txt b/unsupported/plugins_unsupported/filter_zippering/CMakeLists.txt index 01cdd5325..1e251f812 100644 --- a/unsupported/plugins_unsupported/filter_zippering/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filter_zippering/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filter_zippering.cmake, -### then re-run ./make-cmake.py set(SOURCES filter_zippering.cpp) diff --git a/unsupported/plugins_unsupported/filterborder/CMakeLists.txt b/unsupported/plugins_unsupported/filterborder/CMakeLists.txt index ceeac8e1a..e99549aa3 100644 --- a/unsupported/plugins_unsupported/filterborder/CMakeLists.txt +++ b/unsupported/plugins_unsupported/filterborder/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/filterborder.cmake, -### then re-run ./make-cmake.py set(SOURCES filterborder.cpp) diff --git a/unsupported/plugins_unsupported/io_epoch/CMakeLists.txt b/unsupported/plugins_unsupported/io_epoch/CMakeLists.txt index 864419a84..6ad68fbbc 100644 --- a/unsupported/plugins_unsupported/io_epoch/CMakeLists.txt +++ b/unsupported/plugins_unsupported/io_epoch/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/io_epoch.cmake, -### then re-run ./make-cmake.py set(SOURCES epoch_camera.cpp diff --git a/unsupported/plugins_unsupported/io_m/CMakeLists.txt b/unsupported/plugins_unsupported/io_m/CMakeLists.txt index e92f2bb2d..b1d08d3be 100644 --- a/unsupported/plugins_unsupported/io_m/CMakeLists.txt +++ b/unsupported/plugins_unsupported/io_m/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/io_m.cmake, -### then re-run ./make-cmake.py set(SOURCES io_m.cpp) diff --git a/unsupported/plugins_unsupported/oldplymc/CMakeLists.txt b/unsupported/plugins_unsupported/oldplymc/CMakeLists.txt index 7c6be20ee..4c6941ae4 100644 --- a/unsupported/plugins_unsupported/oldplymc/CMakeLists.txt +++ b/unsupported/plugins_unsupported/oldplymc/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/oldplymc.cmake, -### then re-run ./make-cmake.py set(SOURCES) diff --git a/unsupported/plugins_unsupported/render_rfx/CMakeLists.txt b/unsupported/plugins_unsupported/render_rfx/CMakeLists.txt index 7bec60f71..1e78c1f71 100644 --- a/unsupported/plugins_unsupported/render_rfx/CMakeLists.txt +++ b/unsupported/plugins_unsupported/render_rfx/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/render_rfx.cmake, -### then re-run ./make-cmake.py set(SOURCES plugins/rfx_dds.cpp diff --git a/unsupported/plugins_unsupported/render_rm/CMakeLists.txt b/unsupported/plugins_unsupported/render_rm/CMakeLists.txt index 7d452dd08..e772510ee 100644 --- a/unsupported/plugins_unsupported/render_rm/CMakeLists.txt +++ b/unsupported/plugins_unsupported/render_rm/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/render_rm.cmake, -### then re-run ./make-cmake.py set(SOURCES glstateholder.cpp parser/RmPass.cpp parser/RmXmlParser.cpp parser/UniformVar.cpp rmmeshrender.cpp rmshaderdialog.cpp) diff --git a/unsupported/plugins_unsupported/render_splatting/CMakeLists.txt b/unsupported/plugins_unsupported/render_splatting/CMakeLists.txt index d784d0d27..b8aca4371 100644 --- a/unsupported/plugins_unsupported/render_splatting/CMakeLists.txt +++ b/unsupported/plugins_unsupported/render_splatting/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/render_splatting.cmake, -### then re-run ./make-cmake.py set(SOURCES splatrenderer_plugin.cpp) diff --git a/unsupported/plugins_unsupported/sample_pclfilter/CMakeLists.txt b/unsupported/plugins_unsupported/sample_pclfilter/CMakeLists.txt index 738c369d2..5b07b8390 100644 --- a/unsupported/plugins_unsupported/sample_pclfilter/CMakeLists.txt +++ b/unsupported/plugins_unsupported/sample_pclfilter/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/sample_pclfilter.cmake, -### then re-run ./make-cmake.py set(SOURCES sample_pclfilter.cpp) diff --git a/unsupported/plugins_unsupported/sample_xmlfilter/CMakeLists.txt b/unsupported/plugins_unsupported/sample_xmlfilter/CMakeLists.txt index 8b1e6a320..45132a813 100644 --- a/unsupported/plugins_unsupported/sample_xmlfilter/CMakeLists.txt +++ b/unsupported/plugins_unsupported/sample_xmlfilter/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/sample_xmlfilter.cmake, -### then re-run ./make-cmake.py set(SOURCES sample_xmlfilter.cpp) diff --git a/unsupported/plugins_unsupported/samplefilterdoc/CMakeLists.txt b/unsupported/plugins_unsupported/samplefilterdoc/CMakeLists.txt index 027b7bf17..03eb55c84 100644 --- a/unsupported/plugins_unsupported/samplefilterdoc/CMakeLists.txt +++ b/unsupported/plugins_unsupported/samplefilterdoc/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/samplefilterdoc.cmake, -### then re-run ./make-cmake.py set(SOURCES samplefilterdoc.cpp) diff --git a/unsupported/plugins_unsupported/sampleio/CMakeLists.txt b/unsupported/plugins_unsupported/sampleio/CMakeLists.txt index 758ea6744..c8bd259d5 100644 --- a/unsupported/plugins_unsupported/sampleio/CMakeLists.txt +++ b/unsupported/plugins_unsupported/sampleio/CMakeLists.txt @@ -1,10 +1,6 @@ # Copyright 2019-2020, Collabora, Ltd. # SPDX-License-Identifier: BSL-1.0 -### Generated file! Edit the templates in src/templates, -### specifically src/templates/CMakeLists.template.cmake (shared with all other directories), -### or create a derived template in src/templates/sampleio.cmake, -### then re-run ./make-cmake.py set(SOURCES sampleio.cpp)