Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Scott Wittenburg
VTK
Commits
22fc9cdd
Commit
22fc9cdd
authored
Jan 03, 2018
by
Utkarsh Ayachit
⛰
Committed by
Ben Boeckel
Jan 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vtkIOPLY: update to the new module system
parent
0cf70baf
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
38 additions
and
27 deletions
+38
-27
IO/PLY/CMakeLists.txt
IO/PLY/CMakeLists.txt
+6
-6
IO/PLY/Testing/CMakeLists.txt
IO/PLY/Testing/CMakeLists.txt
+8
-0
IO/PLY/Testing/Cxx/CMakeLists.txt
IO/PLY/Testing/Cxx/CMakeLists.txt
+3
-3
IO/PLY/module.cmake
IO/PLY/module.cmake
+0
-18
IO/PLY/vtk.module
IO/PLY/vtk.module
+21
-0
No files found.
IO/PLY/CMakeLists.txt
View file @
22fc9cdd
set
(
Module_SRCS
vtkPLY.cxx
vtkPLYReader.cxx
vtkPLYWriter.cxx
)
set
(
classes
vtkPLY
vtkPLYReader
vtkPLYWriter
)
vtk_module_library
(
vtkIOPLY
${
Module_SRCS
}
)
vtk_module_add_module
(
VTK::IOPLY
CLASSES
${
classes
}
)
IO/PLY/Testing/CMakeLists.txt
View file @
22fc9cdd
vtk_module_test_data
(
Data/Armadillo.ply
Data/PointCloud.ply
Data/bunny.ply
Data/squareTextured.ply
Data/squareTexturedFaces.ply
Data/vtk.png
)
add_subdirectory
(
Cxx
)
if
(
VTK_WRAP_PYTHON
)
...
...
IO/PLY/Testing/Cxx/CMakeLists.txt
View file @
22fc9cdd
...
...
@@ -5,10 +5,10 @@ vtk_add_test_cxx(vtkIOPLYCxxTests tests
TestPLYWriterAlpha.cxx
TestPLYWriter.cxx,NO_VALID
)
vtk_add_test_cxx
(
${
vtk
-module
}
CxxTests tests
vtk_add_test_cxx
(
vtk
IOPLY
CxxTests tests
TestPLYReaderTextureUVPoints,TestPLYReaderTextureUV.cxx squareTextured.ply
)
vtk_add_test_cxx
(
${
vtk
-module
}
CxxTests tests
vtk_add_test_cxx
(
vtk
IOPLY
CxxTests tests
TestPLYReaderTextureUVFaces,TestPLYReaderTextureUV.cxx squareTexturedFaces.ply
)
vtk_test_cxx_executable
(
${
vtk
-module
}
CxxTests tests
)
vtk_test_cxx_executable
(
vtk
IOPLY
CxxTests tests
)
IO/PLY/module.cmake
deleted
100644 → 0
View file @
0cf70baf
vtk_module
(
vtkIOPLY
GROUPS
StandAlone
TEST_DEPENDS
vtkRenderingOpenGL2
vtkIOImage
vtkTestingRendering
vtkInteractionStyle
KIT
vtkIO
DEPENDS
vtkCommonCore
vtkIOCore
PRIVATE_DEPENDS
vtkCommonDataModel
vtkCommonMisc
vtksys
)
IO/PLY/vtk.module
0 → 100644
View file @
22fc9cdd
NAME
VTK
::
IOPLY
LIBRARY_NAME
vtkIOPLY
KIT
VTK
::
IO
GROUPS
StandAlone
DEPENDS
VTK
::
CommonCore
VTK
::
IOCore
PRIVATE_DEPENDS
VTK
::
CommonDataModel
VTK
::
CommonMisc
VTK
::
vtksys
TEST_DEPENDS
VTK
::
FiltersSources
VTK
::
IOImage
VTK
::
InteractionStyle
VTK
::
RenderingOpenGL2
VTK
::
TestingRendering
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment