Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ben Boeckel
VTK
Commits
54e77131
Commit
54e77131
authored
7 years ago
by
Utkarsh Ayachit
Committed by
Ben Boeckel
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
vtkImagingSources: update to the new module system
parent
9cb84944
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Imaging/Sources/CMakeLists.txt
+10
-10
10 additions, 10 deletions
Imaging/Sources/CMakeLists.txt
Imaging/Sources/module.cmake
+0
-13
0 additions, 13 deletions
Imaging/Sources/module.cmake
Imaging/Sources/vtk.module
+15
-0
15 additions, 0 deletions
Imaging/Sources/vtk.module
with
25 additions
and
23 deletions
Imaging/Sources/CMakeLists.txt
+
10
−
10
View file @
54e77131
set
(
Module_SRCS
vtkImageCanvasSource2D.cxx
vtkImageEllipsoidSource.cxx
vtkImageGaussianSource.cxx
vtkImageGridSource.cxx
vtkImageMandelbrotSource.cxx
vtkImageNoiseSource.cxx
vtkImageSinusoidSource.cxx
)
set
(
classes
vtkImageCanvasSource2D
vtkImageEllipsoidSource
vtkImageGaussianSource
vtkImageGridSource
vtkImageMandelbrotSource
vtkImageNoiseSource
vtkImageSinusoidSource
)
vtk_module_library
(
${
vtk-module
}
${
Module_SRCS
}
)
vtk_module_add_module
(
VTK::ImagingSources
CLASSES
${
classes
}
)
This diff is collapsed.
Click to expand it.
Imaging/Sources/module.cmake
deleted
100644 → 0
+
0
−
13
View file @
9cb84944
vtk_module
(
vtkImagingSources
GROUPS
Imaging
StandAlone
KIT
vtkImaging
DEPENDS
vtkCommonExecutionModel
PRIVATE_DEPENDS
vtkCommonCore
vtkCommonDataModel
vtkImagingCore
)
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Imaging/Sources/vtk.module
0 → 100644
+
15
−
0
View file @
54e77131
NAME
VTK
::
ImagingSources
LIBRARY_NAME
vtkImagingSources
KIT
VTK
::
Imaging
GROUPS
Imaging
StandAlone
DEPENDS
VTK
::
CommonExecutionModel
PRIVATE_DEPENDS
VTK
::
CommonCore
VTK
::
CommonDataModel
VTK
::
ImagingCore
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment