/[svn]/liblscp/trunk/src/cmake_config.h.in
ViewVC logotype

Contents of /liblscp/trunk/src/cmake_config.h.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3906 - (show annotations) (download)
Tue May 18 15:26:43 2021 UTC (2 years, 11 months ago) by capela
File size: 1018 byte(s)
- CMake is now the official build system.
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 /* Define to the full name of this package. */
5 #cmakedefine PACKAGE_NAME "@PACKAGE_NAME@"
6
7 /* Define to the full name and version of this package. */
8 #cmakedefine PACKAGE_STRING "@PACKAGE_STRING@"
9
10 /* Define to the version of this package. */
11 #cmakedefine PACKAGE_VERSION "@PACKAGE_VERSION@"
12
13 /* Define to the address where bug reports for this package should be sent. */
14 #cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
15
16 /* Define to the one symbol short name of this package. */
17 #cmakedefine PACKAGE_TARNAME "@PACKAGE_TARNAME@"
18
19 /* Define to the version of this package. */
20 #cmakedefine CONFIG_VERSION "@CONFIG_VERSION@"
21
22 /* Define to the build version of this package. */
23 #cmakedefine CONFIG_BUILD_VERSION "@CONFIG_BUILD_VERSION@"
24
25 /* Default installation prefix. */
26 #cmakedefine CONFIG_PREFIX "@CONFIG_PREFIX@"
27
28 /* Define to target installation dirs. */
29 #cmakedefine CONFIG_LIBDIR "@CONFIG_LIBDIR@"
30 #cmakedefine CONFIG_INCLUDEDIR "@CONFIG_INCLUDEDIR@"
31
32 #endif /* CONFIG_H */

  ViewVC Help
Powered by ViewVC