forked from dune-community/dune-gdt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h.cmake
29 lines (22 loc) · 1.08 KB
/
config.h.cmake
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
// This file is part of the dune-gdt project:
// https://github.com/dune-community/dune-gdt
// Copyright 2010-2018 dune-gdt developers and contributors. All rights reserved.
// License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
// or GPL-2.0+ (http://opensource.org/licenses/gpl-license)
// with "runtime exception" (http://www.dune-project.org/license.html)
// Authors:
// Felix Schindler (2017)
// Rene Milk (2016 - 2018)
/* begin dune-gdt */
// NEVER delete/alter above comment, dune's cmake relies on it
/* Define to the version of dune-gdt */
#define DUNE_GDT_VERSION ${DUNE_GDT_VERSION}
/* Define to the major version of dune-gdt */
#define DUNE_GDT_VERSION_MAJOR ${DUNE_GDT_VERSION_MAJOR}
/* Define to the minor version of dune-gdt */
#define DUNE_GDT_VERSION_MINOR ${DUNE_GDT_VERSION_MINOR}
/* Define to the revision of dune-gdt */
#define DUNE_GDT_VERSION_REVISION ${DUNE_GDT_VERSION_REVISION}
#define GDT_BINDINGS_GRID ${GDT_BINDINGS_GRID}
/* end dune-gdt */
// NEVER delete/alter above comment, dune's cmake relies on it