forked from bk138/gromit-mpx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild-config.h_cmake_in
33 lines (22 loc) · 948 Bytes
/
build-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
#ifndef BUILD_CONFIG_H
#define BUILD_CONFIG_H
/* Name of package */
#define PACKAGE "gromit-mpx"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "Christian Beier <dontmind@freeshell.org>"
/* Define to the full name of this package. */
#define PACKAGE_NAME "gromit-mpx"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "gromit-mpx ${version}"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gromit-mpx"
/* Define to the home page for this package. */
#define PACKAGE_URL "https://github.com/bk138/gromit-mpx"
/* Define to the version of this package. */
#define PACKAGE_VERSION "${version}"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "${version}"
#define SYSCONFDIR "${CMAKE_INSTALL_FULL_SYSCONFDIR}"
#endif /* BUILD_CONFIG_H */