编译链接MESA_handle_logger

This commit is contained in:
liuxueli
2020-11-04 17:15:41 +06:00
parent 0f2f6bb048
commit 6aa95baf1d

View File

@@ -38,7 +38,7 @@ file(GLOB SRC
"src/*.cpp" "src/*.cpp"
) )
set(DNS_DEPEND_DYN_LIB ssl crypto) set(DNS_DEPEND_DYN_LIB ssl crypto MESA_handle_logger)
# Shared Library Output # Shared Library Output
add_library(quic SHARED ${SRC}) add_library(quic SHARED ${SRC})