Updates
This commit is contained in:
parent
b099578957
commit
3869788b66
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user