Improved license server libraries

This commit is contained in:
WolverinDEV 2020-03-02 19:57:56 +01:00
parent 7cbe5717ce
commit 96bb7ff56f
2 changed files with 7 additions and 7 deletions

View File

@ -29,8 +29,8 @@ target_link_libraries(TeaLicenseHelper PUBLIC
TeaSpeak TeaSpeak
protobuf::libprotobuf protobuf::libprotobuf
libevent::core libevent::pthreads libevent::core libevent::pthreads
openssl::ssl::shared # openssl::ssl::shared
openssl::crypto::shared # openssl::crypto::shared
${StringVariable_LIBRARIES_STATIC} ${StringVariable_LIBRARIES_STATIC}
${ed25519_LIBRARIES_STATIC} ${ed25519_LIBRARIES_STATIC}
@ -49,7 +49,7 @@ add_executable(TeaLicenseServer ${LICENCE_SOURCE_FILES}
server/StatisticManager.cpp server/StatisticManager.cpp
server/UserManager.cpp server/UserManager.cpp
LicenseServerMain.cpp LicenseServerMain.cpp
MySQLLibSSLFix.c # Only for boringssl: MySQLLibSSLFix.c
) )
target_link_libraries(TeaLicenseServer target_link_libraries(TeaLicenseServer
@ -61,9 +61,9 @@ target_link_libraries(TeaLicenseServer
mysqlclient mysqlclient
jsoncpp_lib jsoncpp_lib
DataPipes::core::shared DataPipes::core::static
openssl::ssl::shared openssl::ssl::static
openssl::crypto::shared openssl::crypto::static
pthread pthread
dl dl

2
shared

@ -1 +1 @@
Subproject commit 8cdcf3145083df05d3548aaedc5c788f41eecc3a Subproject commit 4b2925d87f63d9be440767c19fb2f7e747deb976