mirror of
https://github.com/boostorg/range.git
synced 2026-02-07 07:34:35 +01:00
Update LINK_LIBRARIES in test/CMakeLists.txt
This commit is contained in:
@@ -6,6 +6,17 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
|
||||
|
||||
if(HAVE_BOOST_TEST)
|
||||
|
||||
boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::range Boost::unit_test_framework)
|
||||
boost_test_jamfile(
|
||||
FILE
|
||||
Jamfile.v2
|
||||
LINK_LIBRARIES
|
||||
Boost::range
|
||||
Boost::unit_test_framework
|
||||
Boost::assign
|
||||
Boost::foreach
|
||||
Boost::lambda
|
||||
Boost::regex
|
||||
Boost::variant
|
||||
)
|
||||
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user