Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor 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
Alex W.
VTK
Commits
809ac3ee
Commit
809ac3ee
authored
7 years ago
by
Utkarsh Ayachit
Committed by
Ben Boeckel
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
vtkImagingStatistics: update to the new module system
parent
54e77131
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/Statistics/CMakeLists.txt
+6
-6
6 additions, 6 deletions
Imaging/Statistics/CMakeLists.txt
Imaging/Statistics/module.cmake
+0
-13
0 additions, 13 deletions
Imaging/Statistics/module.cmake
Imaging/Statistics/vtk.module
+15
-0
15 additions, 0 deletions
Imaging/Statistics/vtk.module
with
21 additions
and
19 deletions
Imaging/Statistics/CMakeLists.txt
+
6
−
6
View file @
809ac3ee
set
(
Module_SRCS
vtkImageAccumulate.cxx
vtkImageHistogram.cxx
vtkImageHistogramStatistics.cxx
)
set
(
classes
vtkImageAccumulate
vtkImageHistogram
vtkImageHistogramStatistics
)
vtk_module_library
(
${
vtk-module
}
${
Module_SRCS
}
)
vtk_module_add_module
(
VTK::ImagingStatistics
CLASSES
${
classes
}
)
This diff is collapsed.
Click to expand it.
Imaging/Statistics/module.cmake
deleted
100644 → 0
+
0
−
13
View file @
54e77131
vtk_module
(
vtkImagingStatistics
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/Statistics/vtk.module
0 → 100644
+
15
−
0
View file @
809ac3ee
NAME
VTK
::
ImagingStatistics
LIBRARY_NAME
vtkImagingStatistics
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