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

It helps to not misspell library names

This commit is contained in:
Mordred Admin 2017-09-25 15:03:59 +02:00
parent faee7f44ae
commit b3836d0a1f

View file

@ -28,7 +28,7 @@ endif()
if (UNIX) if (UNIX)
target_link_libraries(server_lobby Common xivdat pthread mysqlclient mysqlConnector dl z) target_link_libraries(server_lobby Common xivdat pthread mysqlclient mysqlConnector dl z)
else() else()
target_link_libraries(server_lobby Common xivdat libmysql mysqConnector zlib1) target_link_libraries(server_lobby Common xivdat libmysql mysqlConnector zlib1)
endif() endif()
target_link_libraries(server_lobby ${Boost_LIBRARIES} ${Boost_LIBRARIES}) target_link_libraries(server_lobby ${Boost_LIBRARIES} ${Boost_LIBRARIES})