From 6aa95baf1d04b4ae7f7f4d76962e6c9b1a164e2f Mon Sep 17 00:00:00 2001 From: liuxueli Date: Wed, 4 Nov 2020 17:15:41 +0600 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E9=93=BE=E6=8E=A5MESA=5Fhand?= =?UTF-8?q?le=5Flogger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0629fd..e59a92b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,7 +38,7 @@ file(GLOB SRC "src/*.cpp" ) -set(DNS_DEPEND_DYN_LIB ssl crypto) +set(DNS_DEPEND_DYN_LIB ssl crypto MESA_handle_logger) # Shared Library Output add_library(quic SHARED ${SRC})