add token and settigns managers

This commit is contained in:
2017-02-24 15:35:27 +03:00
parent 6ad0731a4a
commit aa527d2975
20 changed files with 808 additions and 126 deletions

View File

@ -19,6 +19,13 @@ const char SPECIAL_THANKS[] = "";
#cmakedefine BUILD_LOAD
#cmakedefine BUILD_TESTING
// paths
const char BIN_INSTALL_DIR[] = "@BIN_INSTALL_DIR@";
const char DATA_INSTALL_DIR[] = "@DATA_INSTALL_DIR@";
const char INCLUDE_INSTALL_DIR[] = "@INCLUDE_INSTALL_DIR@";
const char LIB_INSTALL_DIR[] = "@LIB_INSTALL_DIR@";
const char ROOT_INSTALL_DIR[] = "@CMAKE_INSTALL_PREFIX@";
// links
const char HOMEPAGE[] = "https://arcanis.me/projects/queued";
const char REPOSITORY[] = "https://github.com/arcan1s/queued";