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})