This commit is contained in:
WolverinDEV 2020-01-24 17:09:34 +01:00
parent b099578957
commit 3869788b66

View File

@ -28,7 +28,7 @@ protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS packets/LicenseRequest.proto packets
#The actual librarie #The actual librarie
add_library(TeaLicenseHelper STATIC ${LICENCE_SOURCE_FILES} ${PROTO_SRCS} ${PROTO_HDRS}) add_library(TeaLicenseHelper STATIC ${LICENCE_SOURCE_FILES} ${PROTO_SRCS} ${PROTO_HDRS})
target_link_libraries(TeaLicenseHelper PUBLIC TeaSpeak) target_link_libraries(TeaLicenseHelper PUBLIC TeaSpeak libevent::core libevent::pthreads)
#The license server #The license server
@ -53,8 +53,8 @@ target_link_libraries(TeaLicenseServer
${LIBRARY_PATH_YAML} ${LIBRARY_PATH_YAML}
pthread pthread
stdc++fs stdc++fs
${LIBEVENT_PATH}/libevent.a libevent::core
${LIBEVENT_PATH}/libevent_pthreads.a libevent::pthreads
${LIBRARY_PATH_OPUS} ${LIBRARY_PATH_OPUS}
${LIBRARY_PATH_JSON} ${LIBRARY_PATH_JSON}
${LIBRARY_PATH_PROTOBUF} ${LIBRARY_PATH_PROTOBUF}