mirror of
https://github.com/arcan1s/queued.git
synced 2025-07-17 07:39:56 +00:00
add debug information
This commit is contained in:
@ -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@";
|
||||
|
Reference in New Issue
Block a user