-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.h.cmake.in
41 lines (30 loc) · 1.5 KB
/
config.h.cmake.in
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
30
31
32
33
34
35
36
37
38
39
40
41
/* config.h.cmake.in */
/* Name of package */
//#cmakedefine @PROJECT_NAME@_PACKAGE "@PACKAGE@"
#cmakedefine Common_PACKAGE "@PACKAGE@"
/* Define to the address where bug reports for this package should be sent. */
#cmakedefine Common_PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
/* Define to the full name of this package. */
#cmakedefine Common_PACKAGE_NAME "@PACKAGE_NAME@"
/* Define to the full name and version of this package. */
#cmakedefine Common_PACKAGE_STRING "@PACKAGE_STRING@"
/* Define to the one symbol short name of this package. */
#cmakedefine Common_PACKAGE_TARNAME "@PACKAGE_TARNAME@"
/* Define to the home page for this package. */
#cmakedefine Common_PACKAGE_URL "@PACKAGE_URL@"
/* Define to the version of this package. */
#cmakedefine Common_PACKAGE_VERSION "@PACKAGE_VERSION@"
#cmakedefine Common_PACKAGE_VERSION_FULL "@PACKAGE_VERSION_FULL@"
#cmakedefine Common_PACKAGE_DESCRIPTION "@PACKAGE_DESCRIPTION@"
#cmakedefine Common_PACKAGE_DESCRIPTION_SUMMARY "@PACKAGE_DESCRIPTION_SUMMARY@"
/* Version numbers of package */
//#cmakedefine Common_VERSION_MAJOR @VERSION_MAJOR@
//#cmakedefine Common_VERSION_MINOR @VERSION_MINOR@
//#cmakedefine Common_VERSION_MICRO @VERSION_MICRO@
#define Common_VERSION_MAJOR @VERSION_MAJOR@
#define Common_VERSION_MINOR @VERSION_MINOR@
#define Common_VERSION_MICRO @VERSION_MICRO@
#cmakedefine Common_VERSION_DEVEL "@VERSION_DEVEL@"
/****************************************/
#cmakedefine TRACING
#cmakedefine VALGRIND_SUPPORT