diff --git a/CMakeLists.txt b/CMakeLists.txt index 42542d55..5c764d94 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,6 @@ -# Generated by `boostdep --cmake dll` # Copyright 2020 Peter Dimov +# Copyright Antony Polukhin, 2021-2024 +# # Distributed under the Boost Software License, Version 1.0. # https://www.boost.org/LICENSE_1_0.txt @@ -24,6 +25,7 @@ target_link_libraries(boost_dll Boost::throw_exception Boost::type_index Boost::winapi + ${CMAKE_DL_LIBS} ) if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")