~ubuntu-branches/ubuntu/utopic/dune-grid/utopic-proposed

« back to all changes in this revision

Viewing changes to doc/grids/dgf/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ansgar Burchardt
  • Date: 2014-02-14 10:49:16 UTC
  • mfrom: (1.3.1) (5.1.4 experimental)
  • Revision ID: package-import@ubuntu.com-20140214104916-2clchnny3eu7ks4w
Tags: 2.3.0-2
InstallĀ /usr/share/dune-grid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(GRIDS
 
2
  basicunitcube-2d.dgf
 
3
  cube-2.dgf
 
4
  cube_grid.dgf
 
5
  cube-testgrid-2-2.dgf
 
6
  cube-testgrid-2-3.dgf
 
7
  distorted-cube-3.dgf
 
8
  examplegrid10a.dgf
 
9
  examplegrid10b.dgf
 
10
  examplegrid10.dgf
 
11
  examplegrid11.dgf
 
12
  examplegrid12.dgf
 
13
  examplegrid1c.dgf
 
14
  examplegrid1gen.dgf
 
15
  examplegrid1s.dgf
 
16
  examplegrid2a.dgf
 
17
  examplegrid2b.dgf
 
18
  examplegrid2c.dgf
 
19
  examplegrid2d.dgf
 
20
  examplegrid2e.dgf
 
21
  examplegrid5.dgf
 
22
  examplegrid6.dgf
 
23
  examplegrid7.dgf
 
24
  examplegrid9.dgf
 
25
  example-projection.dgf
 
26
  grid2Y.dgf
 
27
  grid3A.dgf
 
28
  grid3Y.dgf
 
29
  helix.dgf
 
30
  octahedron.dgf
 
31
  simplex-testgrid-1-1.dgf
 
32
  simplex-testgrid-2-2.dgf
 
33
  simplex-testgrid-2-3.dgf
 
34
  simplex-testgrid-3-3.dgf
 
35
  simplex-testgrid-3-3-large.dgf
 
36
  test1d.dgf
 
37
  test1d-vertex.dgf
 
38
  test2d.dgf
 
39
  test2ug.dgf
 
40
  test3d.dgf
 
41
  torus-2.dgf
 
42
  torus-3.dgf
 
43
  unstr_cube.dgf)
 
44
 
 
45
install(FILES ${GRIDS}
 
46
  DESTINATION ${CMAKE_INSTALL_DOCDIR}/grids/dgf)