Update CMakeLists.txt to reflect actual dependencies.

This commit is contained in:
Ion Gaztañaga
2023-01-19 10:41:58 +01:00
parent bbd3a99dca
commit 99294523dc

View File

@ -1,5 +1,6 @@
# Copyright 2018 Mike Dev
# Copyright 2019 Peter Dimov
# Copyright 2023 Ion Gaztanaga
# 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
@ -14,10 +15,7 @@ target_include_directories(boost_move INTERFACE include)
target_link_libraries(boost_move
INTERFACE
Boost::assert
Boost::config
Boost::static_assert
Boost::winapi
)
if(BUILD_TESTING)