File: CMakeLists.txt

package info (click to toggle)
dune-grid 2.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 8,144 kB
  • sloc: cpp: 58,697; python: 1,112; perl: 191; sh: 3; makefile: 3
file content (15 lines) | stat: -rw-r--r-- 373 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-FileCopyrightText: Copyright (C) DUNE Project contributors, see file LICENSE.md in module root
# SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception

set(GRIDS
  star.vrt
  tets.vrt
  withprism.vrt
  withpyramid.vrt
  star.cel
  tets.cel
  withprism.cel
  withpyramid.cel)

install(FILES ${GRIDS}
  DESTINATION ${CMAKE_INSTALL_DOCDIR}/grids/starcd)