1# Make testing data from the legacy VTKData repository available.
2# DO NOT ADD NEW DATA HERE!!
3# TODO: Reference testing data from each module only as needed.
4set(data "DATA{${VTK_TEST_INPUT_DIR}/,REGEX:.*}")
5foreach(d
6    Infovis
7    Infovis/SQLite
8    Infovis/XML
9    Infovis/Images
10    Infovis/DimacsGraphs
11    Tango
12    SemiDisk
13    GIS
14    many_blocks
15    many_blocks/many_blocks
16    Quadratic
17    Dave_Karelitz_Small
18    MetaIO
19    libtiff
20    AMR
21    AMR/HierarchicalBoxDataset.v1.0
22    AMR/HierarchicalBoxDataset.v1.1
23    AMR/Enzo
24    AMR/Enzo/DD0010
25    UCD2D
26    ex-blow_5
27    chombo3d
28    foot
29    chi_field
30    headsq
31    Viewpoint
32    EnSight
33    )
34  list(APPEND data "DATA{${VTK_TEST_INPUT_DIR}/${d}/,REGEX:.*}")
35endforeach()
36ExternalData_Expand_Arguments(VTKData _ ${data})
37