mirror of
https://github.com/boostorg/move.git
synced 2025-07-31 12:57:14 +02:00
Update CMakeLists.txt to reflect actual dependencies.
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
# Copyright 2018 Mike Dev
|
# Copyright 2018 Mike Dev
|
||||||
# Copyright 2019 Peter Dimov
|
# Copyright 2019 Peter Dimov
|
||||||
|
# Copyright 2023 Ion Gaztanaga
|
||||||
# Distributed under the Boost Software License, Version 1.0.
|
# 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
|
# 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
|
target_link_libraries(boost_move
|
||||||
INTERFACE
|
INTERFACE
|
||||||
Boost::assert
|
|
||||||
Boost::config
|
Boost::config
|
||||||
Boost::static_assert
|
|
||||||
Boost::winapi
|
|
||||||
)
|
)
|
||||||
|
|
||||||
if(BUILD_TESTING)
|
if(BUILD_TESTING)
|
||||||
|
Reference in New Issue
Block a user