Even its non-full GNUInstallDirs paths are absolute, which is apparently allowed.
11 lines
205 B
C
11 lines
205 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define PROGRAM_NAME "${PROJECT_NAME}"
|
|
#define PROGRAM_VERSION "${PROJECT_VERSION}"
|
|
|
|
#cmakedefine WITH_LUA
|
|
#define PLUGIN_DIR "${full_plugin_dir}"
|
|
|
|
#endif // ! CONFIG_H
|