1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-23 18:17:46 +00:00
This commit is contained in:
Mordred Admin 2017-09-12 15:17:04 +02:00
parent ddfef4db55
commit 3f42f3078f

View file

@ -22,7 +22,9 @@ before_build:
- cd mysqlcpp
- cmake --version
- git clone https://github.com/mysql/mysql-connector-cpp
- cd mysql-connector-cpp
- git checkout 1.1
- cd ..
- cmake mysql-connector-cpp/. -DWITH_BOOST=C:\\Libraries\\boost_1_60_0
- cmake --build . --target ALL_BUILD --config RelWithDebInfo
- cd c:\projects\sapphire