/[svn]/liblscp/trunk/src/config.h.cmake
ViewVC logotype

Contents of /liblscp/trunk/src/config.h.cmake

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4069 - (show annotations) (download)
Wed Jan 3 15:38:18 2024 UTC (4 months, 3 weeks ago) by capela
File size: 673 byte(s)
- Updated copyright headers into the New Year (2024).
1 #ifndef CONFIG_H
2 #define CONFIG_H
3
4 /* Define to the name of this package. */
5 #cmakedefine PROJECT_NAME "@PROJECT_NAME@"
6
7 /* Define to the version of this package. */
8 #cmakedefine PROJECT_VERSION "@PROJECT_VERSION@"
9
10 /* Define to the description of this package. */
11 #cmakedefine PROJECT_DESCRIPTION "@PROJECT_DESCRIPTION@"
12
13 /* Define to the homepage of this package. */
14 #cmakedefine PROJECT_HOMEPAGE_URL "@PROJECT_HOMEPAGE_URL@"
15
16 /* Default installation prefix. */
17 #cmakedefine CONFIG_PREFIX "@CONFIG_PREFIX@"
18
19 /* Define to target installation dirs. */
20 #cmakedefine CONFIG_LIBDIR "@CONFIG_LIBDIR@"
21 #cmakedefine CONFIG_INCLUDEDIR "@CONFIG_INCLUDEDIR@"
22
23 #endif /* CONFIG_H */

  ViewVC Help
Powered by ViewVC