mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 11:07:45 +00:00
Set path for mysqlpp install
This commit is contained in:
parent
a47697f3a8
commit
8764b075ab
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ before_build:
|
||||||
- git submodule update --init
|
- git submodule update --init
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd 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
|
- cmake --build . --target ALL_BUILD --config Debug
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue