From c15c2eeb7497a8fd9a039a2cf5c9cbafced76384 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 17 Sep 2021 21:10:53 +0300 Subject: [PATCH] Update dependencies in CMakeLists.txt --- CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bd1df5d..4b467d0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright 2018-2020 Peter Dimov +# Copyright 2018-2021 Peter Dimov # Distributed under the Boost Software License, Version 1.0. # See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt @@ -13,7 +13,10 @@ target_include_directories(boost_system INTERFACE include) target_link_libraries(boost_system INTERFACE + Boost::assert Boost::config + Boost::throw_exception + Boost::variant2 Boost::winapi )