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

« back to all changes in this revision

Viewing changes to dune/grid/common/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(HEADERS
 
2
  adaptcallback.hh
 
3
  backuprestore.hh
 
4
  boundaryprojection.hh
 
5
  boundarysegment.hh
 
6
  capabilities.hh
 
7
  datahandleif.hh
 
8
  defaultgridview.hh
 
9
  entity.hh
 
10
  entityiterator.hh
 
11
  entitypointer.hh
 
12
  entityseed.hh
 
13
  exceptions.hh
 
14
  geometry.hh
 
15
  geometryreference.hh
 
16
  grid.hh
 
17
  gridenums.hh
 
18
  gridfactory.hh
 
19
  gridinfo.hh
 
20
  gridview.hh
 
21
  hierarchiciterator.hh
 
22
  indexidset.hh
 
23
  intersection.hh
 
24
  intersectioniterator.hh
 
25
  leafiterator.hh
 
26
  leveliterator.hh
 
27
  mcmgmapper.hh
 
28
  mapper.hh
 
29
  refinement.hh
 
30
  sizecache.hh
 
31
  scsgmapper.hh
 
32
  universalmapper.hh
 
33
  virtualrefinement.hh)
 
34
 
 
35
add_subdirectory(test EXCLUDE_FROM_ALL)
 
36
 
 
37
install(FILES ${HEADERS} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/dune/grid/common)