TrinityCore
|
Functions | |
TC_COMMON_API std::string | GetCMakeCommand () |
TC_COMMON_API std::string | GetBuildDirectory () |
TC_COMMON_API std::string | GetSourceDirectory () |
TC_COMMON_API std::string | GetMySQLExecutable () |
Provides helper functions to access built-in values which can be overwritten in config
std::string BuiltInConfig::GetBuildDirectory | ( | ) |
Returns the build directory path when any is specified in the config, returns the built-in one otherwise
std::string BuiltInConfig::GetCMakeCommand | ( | ) |
Returns the CMake command when any is specified in the config, returns the built-in path otherwise
std::string BuiltInConfig::GetMySQLExecutable | ( | ) |
Returns the path to the mysql executable (mysql
) when any is specified in the config, returns the built-in one otherwise
std::string BuiltInConfig::GetSourceDirectory | ( | ) |
Returns the source directory path when any is specified in the config, returns the built-in one otherwise