mirror of
https://github.com/boostorg/assert.git
synced 2026-01-26 17:12:23 +01:00
8 lines
284 B
CMake
8 lines
284 B
CMake
# Copyright 2018, 2019 Peter Dimov
|
|
# 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
|
|
|
|
include(BoostTestJamfile)
|
|
|
|
boost_test_jamfile(FILE Jamfile.v2 LIBRARIES Boost::assert Boost::core)
|