Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bill Lorensen
VTK
Commits
9acfd3d8
Commit
9acfd3d8
authored
Feb 21, 2012
by
George Zagaris
Browse files
ENH: Removing old examples from build
Change-Id: I0a6705131640ec083de9d3a19881190347f2bd68
parent
7c689229
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/AMR/Cxx/CMakeLists.txt
View file @
9acfd3d8
...
...
@@ -25,128 +25,8 @@ ENDIF (VTK_USE_MPI)
## Add HierarchicalBoxPipeline executable
ADD_EXECUTABLE
(
HierarchicalBoxPipeline HierarchicalBoxPipeline.cxx
)
TARGET_LINK_LIBRARIES
(
HierarchicalBoxPipeline vtkRendering vtkIO
)
## Add TestAMRBoxGrhodCellExtrusion executable
ADD_EXECUTABLE
(
TestAMRBoxGhostCellExtrusion TestAMRBoxGhostCellExtrusion.cxx
)
TARGET_LINK_LIBRARIES
(
TestAMRBoxGhostCellExtrusion vtkFiltering
)
## Add AMRResamplingToUniformGrid executable
ADD_EXECUTABLE
(
EnzoDumpVariable EnzoDumpVariable.cxx
)
TARGET_LINK_LIBRARIES
(
EnzoDumpVariable
vtkGraphics
vtkFiltering
vtkRendering
vtkIO
vtkAMR
vtkParallel
${
MPI_LIBRARIES
}
${
VTK_HDF5_LIBRARIES
}
)
## Add AMRResamplingToUniformGrid executable
ADD_EXECUTABLE
(
AMRResamplingToUniformGrid AMRResamplingToUniformGrid.cxx
)
TARGET_LINK_LIBRARIES
(
AMRResamplingToUniformGrid
vtkGraphics
vtkFiltering
vtkRendering
vtkIO
vtkAMR
vtkParallel
${
MPI_LIBRARIES
}
${
VTK_HDF5_LIBRARIES
}
)
## Add AMRDataTransferPipeline executable
ADD_EXECUTABLE
(
AMRDataTransferPipeline AMRDataTransferPipeline.cxx
)
TARGET_LINK_LIBRARIES
(
AMRDataTransferPipeline
vtkGraphics
vtkFiltering
vtkRendering
vtkIO
vtkAMR
vtkParallel
${
MPI_LIBRARIES
}
${
VTK_HDF5_LIBRARIES
}
)
## Add AMRDataTransferPipeline executable
ADD_EXECUTABLE
(
flash2vth flash2vth.cxx
)
TARGET_LINK_LIBRARIES
(
flash2vth
vtkGraphics
vtkFiltering
vtkRendering
vtkIO
vtkAMR
vtkParallel
${
MPI_LIBRARIES
}
${
VTK_HDF5_LIBRARIES
}
)
## Add AMRDataTransferPipeline executable
ADD_EXECUTABLE
(
enzo2vth enzo2vth.cxx
)
TARGET_LINK_LIBRARIES
(
enzo2vth
vtkGraphics
vtkFiltering
vtkRendering
vtkIO
vtkAMR
vtkParallel
${
MPI_LIBRARIES
}
${
VTK_HDF5_LIBRARIES
}
)
## Add AMRDualExtractor executable
ADD_EXECUTABLE
(
AMRDualExtractor AMRDualExtractor.cxx
)
TARGET_LINK_LIBRARIES
(
AMRDualExtractor
vtkGraphics
vtkFiltering
vtkRendering
vtkIO
vtkAMR
vtkParallel
${
MPI_LIBRARIES
}
${
VTK_HDF5_LIBRARIES
}
)
## Add AMRHomogenization
ADD_EXECUTABLE
(
AMRHomogenization AMRHomogenization.cxx
)
TARGET_LINK_LIBRARIES
(
AMRHomogenization
vtkGraphics
vtkFiltering
vtkRendering
vtkIO
vtkAMR
vtkParallel
${
MPI_LIBRARIES
}
${
VTK_HDF5_LIBRARIES
}
)
## Add AMR Slicer
ADD_EXECUTABLE
(
AMRSlicer AMRSlicer.cxx
)
TARGET_LINK_LIBRARIES
(
AMRSlicer
vtkGraphics
vtkFiltering
vtkRendering
vtkIO
vtkAMR
vtkParallel
${
MPI_LIBRARIES
}
${
VTK_HDF5_LIBRARIES
}
)
## Add AMR Ghost Cell Extruder
ADD_EXECUTABLE
(
AMRGhostCellExtruder AMRGhostCellExtruder.cxx
)
TARGET_LINK_LIBRARIES
(
AMRGhostCellExtruder
vtkGraphics
vtkFiltering
vtkRendering
vtkIO
vtkAMR
vtkParallel
${
MPI_LIBRARIES
}
${
VTK_HDF5_LIBRARIES
}
)
## Add Generate3DAMRDataSetWithPulse executable
ADD_EXECUTABLE
(
Generate3DAMRDataSetWithPulse Generate3DAMRDataSetWithPulse.cxx
)
TARGET_LINK_LIBRARIES
(
Generate3DAMRDataSetWithPulse
...
...
@@ -171,26 +51,4 @@ TARGET_LINK_LIBRARIES( Generate2DAMRDataSetWithPulse
vtkParallel
${
MPI_LIBRARIES
}
${
VTK_HDF5_LIBRARIES
}
)
## Add TestAMRProbe executable
ADD_EXECUTABLE
(
TestAMRProbe TestAMRProbe.cxx
)
TARGET_LINK_LIBRARIES
(
TestAMRProbe
vtkGraphics
vtkFiltering
vtkRendering
vtkIO
vtkAMR
vtkParallel
${
MPI_LIBRARIES
}
${
VTK_HDF5_LIBRARIES
}
)
## Add TestImageDataToStructuredGridFilter
ADD_EXECUTABLE
(
TestImageDataToStructuredGridFilter
TestImageDataToStructuredGridFilter.cxx
)
TARGET_LINK_LIBRARIES
(
TestImageDataToStructuredGridFilter
vtkGraphics
vtkIO
vtkFiltering
)
\ No newline at end of file
)
\ No newline at end of file
Write
Preview
Supports
Markdown
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