1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-04 09:47:46 +00:00

Add mysql linking too

This commit is contained in:
Mordred 2018-10-26 19:22:31 +02:00
parent 53adc6a74e
commit caf971af39
2 changed files with 5 additions and 2 deletions

Binary file not shown.

View file

@ -20,5 +20,8 @@ set_target_properties(sapphire_api PROPERTIES
target_link_libraries( sapphire_api common )
if( UNIX )
target_link_libraries( sapphire_api stdc++fs )
target_link_libraries( sapphire_api mysqlclient stdc++fs )
else()
target_link_libraries( sapphire_api mysql )
endif()