add template for plugin system

This commit is contained in:
2017-03-09 04:07:01 +03:00
parent 01d5d99e16
commit d177aa81af
6 changed files with 369 additions and 0 deletions

View File

@ -84,6 +84,17 @@ const char LIB_INSTALL_DIR[] = "@LIB_INSTALL_DIR@";
* @brief the same as CMAKE_INSTALL_PREFIX
*/
const char ROOT_INSTALL_DIR[] = "@CMAKE_INSTALL_PREFIX@";
// application specific
/**
* @def HOME_PATH
* path to queued home directory
*/
const char HOME_PATH[] = "queued";
/**
* @def PLUGIN_PATH
* path to plugins inside @ref HOME_PATH
*/
const char PLUGIN_PATH[] = "plugins";
// internal configuration
/**