// // defines provided by configuration (cmake) // #ifndef _CONFIGURE_H #define _CONFIGURE_H // directory names #define CONFIG_DIR_BIN "bin/" #define CONFIG_DIR_ETC "bin/" #define CONFIG_DIR_LIB "bin/" #define CONFIG_DIR_SHARE "./" #endif // _CONFIGURE_H