~ubuntu-branches/ubuntu/vivid/dune-grid/vivid

« back to all changes in this revision

Viewing changes to doc/grids/amc/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
  grid-1-1.amc
 
3
  grid-2-2.amc
 
4
  grid-2-3.amc
 
5
  grid-3-3.amc
 
6
  grid-2-4.amc
 
7
  macro.amc
 
8
  periodic-torus.amc)
 
9
 
 
10
install(FILES ${GRIDS}
 
11
  DESTINATION ${CMAKE_INSTALL_DOCDIR}/grids/amc)