-
-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathbuild-config.h_cmake_in
More file actions
24 lines (16 loc) · 759 Bytes
/
build-config.h_cmake_in
File metadata and controls
24 lines (16 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef BUILD_CONFIG_H
#define BUILD_CONFIG_H
/* Define to the full name of this package. */
#define PACKAGE_NAME "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 "${PROJECT_VERSION}"
/* The package's locale domain. */
#define PACKAGE_LOCALE_DOMAIN "${LOCALE_DOMAIN}"
/* The directory where the package's translations reside. */
#define PACKAGE_LOCALE_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/locale"
#define SYSCONFDIR "${CMAKE_INSTALL_FULL_SYSCONFDIR}"
/* This is defined when libappindicator is not libayatana-libappindicator. */
#cmakedefine APPINDICATOR_IS_LEGACY 1
#endif /* BUILD_CONFIG_H */