forked from codereader/DarkRadiant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h.in
25 lines (17 loc) · 786 Bytes
/
config.h.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
/* Core module file, e.g. "libradiantcore" */
#cmakedefine CORE_MODULE_LIBRARY "@CORE_MODULE_LIBRARY@"
/* Project version */
#define PACKAGE_VERSION "@CMAKE_PROJECT_VERSION@"
/* Defined if this is a relocatable build */
#cmakedefine ENABLE_RELOCATION
/* Locale directory */
#define LOCALEDIR "@CMAKE_INSTALL_FULL_LOCALEDIR@"
/* Package library directory (e.g. /usr/lib/darkradiant) */
#cmakedefine PKGLIBDIR "@PKGLIBDIR@"
/* Relative library directory from binary (e.g. ../lib/darkradiant). Only
* defined if ENABLE_RELOCATION is defined. */
#cmakedefine RELATIVE_LIBDIR "@RELATIVE_LIBDIR@"
/* Package data directory (e.g. /usr/share/darkradiant) */
#cmakedefine PKGDATADIR "@PKGDATADIR@"
/* HTML directory (e.g. /usr/share/doc/darkradiant) */
#cmakedefine HTMLDIR "@HTMLDIR@"