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
+6 -6
View File
@@ -29,8 +29,8 @@ target_link_libraries(TeaLicenseHelper PUBLIC
TeaSpeak
protobuf::libprotobuf
libevent::core libevent::pthreads
openssl::ssl::shared
openssl::crypto::shared
# openssl::ssl::shared
# openssl::crypto::shared
${StringVariable_LIBRARIES_STATIC}
${ed25519_LIBRARIES_STATIC}
@@ -49,7 +49,7 @@ add_executable(TeaLicenseServer ${LICENCE_SOURCE_FILES}
server/StatisticManager.cpp
server/UserManager.cpp
LicenseServerMain.cpp
MySQLLibSSLFix.c
# Only for boringssl: MySQLLibSSLFix.c
)
target_link_libraries(TeaLicenseServer
@@ -61,9 +61,9 @@ target_link_libraries(TeaLicenseServer
mysqlclient
jsoncpp_lib
DataPipes::core::shared
openssl::ssl::shared
openssl::crypto::shared
DataPipes::core::static
openssl::ssl::static
openssl::crypto::static
pthread
dl
+1 -1
Submodule shared updated: 8cdcf31450...4b2925d87f