Remove comments about CMake files being generated.

They originally were, but the generation script and templates
are gone now.
This commit is contained in:
Ryan Pavlik 2020-12-01 11:33:03 -06:00
parent e7f3657bba
commit 8e0366cf18
126 changed files with 0 additions and 459 deletions

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
additionalgui.cpp additionalgui.cpp

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES cubemap.cpp decorate_background.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES decorate_base.cpp ${VCGDIR}/wrap/gui/coordinateframe.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES decorate_raster_proj.cpp ${VCGDIR}/wrap/gui/trackball.cpp
${VCGDIR}/wrap/gui/trackmode.cpp) ${VCGDIR}/wrap/gui/trackmode.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
decorate_shadow.cpp decorate_shadow.cpp

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have newuoa
if(TARGET external-newuoa) if(TARGET external-newuoa)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES edit_manipulators.cpp edit_manipulators_factory.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES edit_measure.cpp edit_measure_factory.cpp
${VCGDIR}/wrap/gui/rubberband.cpp) ${VCGDIR}/wrap/gui/rubberband.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have newuoa and levmar
if(TARGET external-newuoa AND TARGET external-levmar) if(TARGET external-newuoa AND TARGET external-levmar)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES edit_paint.cpp edit_paint_factory.cpp paintbox.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
edit_pickpoints_factory.cpp edit_pickpoints_factory.cpp

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES edit_point.cpp edit_point_factory.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
common/meshmethods.cpp common/meshmethods.cpp

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
edit_referencing.cpp edit_referencing.cpp

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES edit_sample.cpp edit_sample_factory.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES edit_select.cpp edit_select_factory.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_ao.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_camera.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES cleanfilter.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_color_projection.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_colorproc.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_create.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_createiso.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have gmp/gmpxx or mpir
if(TARGET external-gmp OR if(TARGET external-gmp OR

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES dirt_utils.cpp filter_dirt.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_fractal.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have muparser
if(TARGET external-muparser) if(TARGET external-muparser)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_geodesic.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have opengr
if(TARGET external-opengr) if(TARGET external-opengr)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES TexturePainter.cpp VisibilityCheck.cpp VisibleSet.cpp
filter_img_patch_param.cpp) filter_img_patch_param.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have newuoa and levmar
if(TARGET external-newuoa AND TARGET external-levmar) if(TARGET external-newuoa AND TARGET external-levmar)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_layer.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_measure.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES meshfilter.cpp quadric_simp.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
apss.cpp apss.cpp

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have newuoa and levmar
if(TARGET external-newuoa AND TARGET external-levmar) if(TARGET external-newuoa AND TARGET external-levmar)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have newuoa and levmar
if(TARGET external-newuoa AND TARGET external-levmar) if(TARGET external-newuoa AND TARGET external-levmar)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_plymc.cpp ${VCGDIR}/wrap/ply/plylib.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have qhull
if(TARGET external-qhull) if(TARGET external-qhull)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
filterqualitymapper.cpp ../edit_quality/common/meshmethods.cpp filterqualitymapper.cpp ../edit_quality/common/meshmethods.cpp

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_sample.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_sample_dyn.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_sample_gpu.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_sampling.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
filter_screened_poisson.cpp Src/MarchingCubes.cpp filter_screened_poisson.cpp Src/MarchingCubes.cpp

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
filter_sdfgpu.cpp filter_sdfgpu.cpp

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES meshselect.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have Qt5Qml
if(TARGET Qt5::Qml) if(TARGET Qt5::Qml)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have structure-synth
if(TARGET external-ssynth) if(TARGET external-ssynth)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES filter_texture.cpp ${VCGDIR}/wrap/ply/plylib.cpp
${VCGDIR}/wrap/qt/outline2_rasterizer.cpp) ${VCGDIR}/wrap/qt/outline2_rasterizer.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_trioptimize.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_unsharp.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_voronoi.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have lib3ds
if(TARGET external-lib3ds) if(TARGET external-lib3ds)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES baseio.cpp ${VCGDIR}/wrap/openfbx/src/miniz.c
${VCGDIR}/wrap/openfbx/src/ofbx.cpp ${VCGDIR}/wrap/ply/plylib.cpp) ${VCGDIR}/wrap/openfbx/src/ofbx.cpp ${VCGDIR}/wrap/ply/plylib.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES io_bre.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES io_collada.cpp ${VCGDIR}/wrap/dae/xmldocumentmanaging.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have OpenCTM
if(TARGET external-openctm) if(TARGET external-openctm)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES io_expe.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES io_json.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES io_pdb.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES io_tri.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES io_txt.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 # Only build if we have u3d
if(TARGET external-IDTFConverter) if(TARGET external-IDTFConverter)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES io_x3d.cpp vrml/Parser.cpp vrml/Scanner.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES meshrender.cpp shaderDialog.cpp textfile.cpp)

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
framebufferObject.cpp framebufferObject.cpp

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES mainserver.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
CADtexturingControl.cpp CADtexturingedit.cpp edit_CADtexturing_factory.cpp CADtexturingControl.cpp CADtexturingedit.cpp edit_CADtexturing_factory.cpp

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES calibration_load.cpp edit_kinect.cpp edit_kinect_factory.cpp
freenect.cpp glarea.cpp) freenect.cpp glarea.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
edit_ocme.cpp edit_ocme.cpp

View File

@ -1,9 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES edit_paint.cpp edit_paint_factory.cpp paintbox.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES edit_panosample.cpp edit_panosample_factory.cpp qualitychecker.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES edit_scan.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
balloon.cpp balloon.cpp

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES coform_interface.cpp filter_3dcoform.cpp metadatafile_generator.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_info.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_multiscale_align.cpp generic_align.cpp multiscale_align.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_musical_instruments.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
DominancyClassifier.cpp DominancyClassifier.cpp

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_perceptualmetric.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES polygonalpolychordcollapsefilter.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES HC_Segmenter.cpp RG_Segmenter.cpp Segmenter.cpp Utils.cpp
meshsegmentation.cpp) meshsegmentation.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES vsa.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_watermark.cpp utilsWatermark.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_web_export.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES coformimportdialog.cpp io_3dcoform.cpp metadatafile_generator.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES dialog.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
arc3D_camera.cpp arc3D_camera.cpp

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES edit_fit_factory.cpp editfit.cpp fittoolbox.cpp primitive.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES edit_hole.cpp edit_hole_factory.cpp fillerDialog.cpp
holeListModel.cpp) holeListModel.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
PhotoTexturingWidget.cpp PhotoTexturingWidget.cpp

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES edit_slice_factory.cpp editslice.cpp slicedialog.cpp svgpro.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES edit_straightener_factory.cpp editstraightener.cpp
editstraightenerdialog.cpp) editstraightenerdialog.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES edit_texture_factory.cpp edittexture.cpp renderarea.cpp
textureeditor.cpp) textureeditor.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES edit_paint_factory.cpp editpaint.cpp paintbox.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES
controlPoint.cpp controlPoint.cpp

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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 set(SOURCES colorpiker.cpp edit_segment_factory.cpp editsegment.cpp
meshcutdialog.cpp) meshcutdialog.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_aging.cpp)

View File

@ -1,10 +1,6 @@
# Copyright 2019-2020, Collabora, Ltd. # Copyright 2019-2020, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0 # 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) set(SOURCES filter_autoalign.cpp)

Some files were not shown because too many files have changed in this diff Show More