Skip to content

Commit 0d565ea

Browse files
committed
Update LINK_LIBRARIES in test/CMakeLists.txt
1 parent 9c94196 commit 0d565ea

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

test/CMakeLists.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
66

77
if(HAVE_BOOST_TEST)
88

9-
boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::range Boost::unit_test_framework)
9+
boost_test_jamfile(
10+
FILE
11+
Jamfile.v2
12+
LINK_LIBRARIES
13+
Boost::range
14+
Boost::unit_test_framework
15+
Boost::assign
16+
Boost::foreach
17+
Boost::lambda
18+
Boost::regex
19+
Boost::variant
20+
)
1021

1122
endif()

0 commit comments

Comments
 (0)