mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 00:23:48 +00:00
feat(Build): allow using MySQL/MariaDB/OpenSSL from vcpkg (#4914)
This commit is contained in:
@@ -45,6 +45,7 @@ if (WIN32)
|
||||
${MYSQL_ADD_INCLUDE_PATH}
|
||||
"${PROGRAM_FILES_64}/${MariaDBVersion}/include/mysql"
|
||||
"${PROGRAM_FILES_32}/${MariaDBVersion}/include/mysql"
|
||||
"${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/include/mysql"
|
||||
DOC
|
||||
"Specify the directory containing mysql.h."
|
||||
)
|
||||
@@ -64,6 +65,7 @@ if (WIN32)
|
||||
"${PROGRAM_FILES_32}/${MariaDBVersion}/lib/opt"
|
||||
"$ENV{ProgramFiles}/${MariaDBVersion}/lib/opt"
|
||||
"$ENV{SystemDrive}/${MariaDBVersion}/lib/opt"
|
||||
"${_VCPKG_INSTALLED_DIR}/${VCPKG_TARGET_TRIPLET}/lib"
|
||||
DOC
|
||||
"Specify the location of the mysql library here."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user