Change all <source> references to <library>.

This commit is contained in:
Rene Rivera
2024-07-20 21:26:14 -05:00
parent 18ab3e9250
commit c65f0cd147
2 changed files with 6 additions and 6 deletions

View File

@ -1,13 +1,13 @@
# copyright John Maddock 2003 # copyright John Maddock 2003
# Use, modification and distribution are subject to the # Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file # Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# bring in the rules for testing # bring in the rules for testing
import testing ; import testing ;
project : requirements project : requirements
<source>/boost/type_traits//boost_type_traits <library>/boost/type_traits//boost_type_traits
; ;
#run static_assert_example_1.cpp ; #run static_assert_example_1.cpp ;

View File

@ -1,13 +1,13 @@
# copyright John Maddock 2003 # copyright John Maddock 2003
# Use, modification and distribution are subject to the # Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file # Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# bring in the rules for testing # bring in the rules for testing
import testing ; import testing ;
project : requirements project : requirements
<source>/boost/type_traits//boost_type_traits <library>/boost/type_traits//boost_type_traits
; ;
run static_assert_test.cpp ; run static_assert_test.cpp ;