We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c94196 commit 0d565eaCopy full SHA for 0d565ea
1 file changed
test/CMakeLists.txt
@@ -6,6 +6,17 @@ include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
6
7
if(HAVE_BOOST_TEST)
8
9
-boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::range Boost::unit_test_framework)
+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
+)
21
22
endif()
0 commit comments