1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-23 18:17:46 +00:00

Set path for mysqlpp install

This commit is contained in:
Mordred Admin 2017-09-12 14:31:06 +02:00
parent a47697f3a8
commit 8764b075ab

View file

@ -28,7 +28,7 @@ before_build:
- git submodule update --init
- mkdir build
- cd build
- cmake .. -G "Visual Studio 14 2015"
- cmake .. -G "Visual Studio 14 2015" -DMYSQLCONNECTORCPP_ROOT_DIR=C:\\projects\\mysqlcpp\\mysql-connector-cpp
- cmake --build . --target ALL_BUILD --config Debug
build_script: