liblscp 0.9.12
config.h
Go to the documentation of this file.
1#ifndef CONFIG_H
2#define CONFIG_H
3
4/* Define to the name of this package. */
5#define PROJECT_NAME "liblscp"
6
7/* Define to the version of this package. */
8#define PROJECT_VERSION "0.9.12"
9
10/* Define to the description of this package. */
11#define PROJECT_DESCRIPTION "LinuxSampler Control Protocol API library"
12
13/* Define to the homepage of this package. */
14#define PROJECT_HOMEPAGE_URL "https://qsampler.sourceforge.io"
15
16/* Default installation prefix. */
17#define CONFIG_PREFIX "/usr"
18
19/* Define to target installation dirs. */
20#define CONFIG_LIBDIR "/usr/lib64"
21#define CONFIG_INCLUDEDIR "/usr/include"
22
23#endif /* CONFIG_H */