8 lines
162 B
C
8 lines
162 B
C
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#define PROGRAM_VERSION "${project_VERSION}"
|
||
|
#define PLUGIN_DIR "${CMAKE_INSTALL_PREFIX}/${plugin_dir}"
|
||
|
|
||
|
#endif // ! CONFIG_H
|