2019-12-15 20:10:02 +02:00
|
|
|
# Copyright 2018, 2019 Peter Dimov
|
2018-09-20 00:55:16 +03:00
|
|
|
# Distributed under the Boost Software License, Version 1.0.
|
2018-09-20 01:53:36 +03:00
|
|
|
# See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt
|
2018-09-20 00:55:16 +03:00
|
|
|
|
2019-12-23 04:02:13 +02:00
|
|
|
include(BoostTestJamfile OPTIONAL RESULT_VARIABLE HAVE_BOOST_TEST)
|
|
|
|
|
|
|
|
|
|
if(HAVE_BOOST_TEST)
|
2019-12-15 20:10:02 +02:00
|
|
|
|
2019-12-27 04:06:14 +02:00
|
|
|
boost_test_jamfile(FILE Jamfile.v2 LINK_LIBRARIES Boost::assert Boost::core)
|
2019-12-23 04:02:13 +02:00
|
|
|
|
|
|
|
|
endif()
|