add debug information

This commit is contained in:
2017-03-12 04:54:31 +03:00
parent b5839051e9
commit 8031e60355
3 changed files with 79 additions and 11 deletions

View File

@ -19,13 +19,6 @@ 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";
@ -37,7 +30,6 @@ const char BUGTRACKER_API[] = "https://arcanis.me/repos/arcan1s/queued/issues";
// build information
const char BUILD_DATE[] = "@CURRENT_DATE@";
const char DATE[] = "2013-@CURRENT_YEAR@";
// cmake properties
const char CMAKE_BUILD_TYPE[] = "@CMAKE_BUILD_TYPE@";