Convert to CMake

This commit is contained in:
2015-02-11 01:53:19 +01:00
parent dfe50aeb85
commit 59b1c5c056
7 changed files with 151 additions and 44 deletions

9
config.h.in Normal file
View File

@@ -0,0 +1,9 @@
#ifndef CONFIG_H
#define CONFIG_H
#define PROGRAM_NAME "${CMAKE_PROJECT_NAME}"
#define PROGRAM_VERSION "${project_VERSION}"
#define PLUGIN_DIR "${CMAKE_INSTALL_PREFIX}/${plugin_dir}"
#endif // ! CONFIG_H