Change all <source> references to <library>.

This commit is contained in:
Rene Rivera
2024-07-20 19:40:42 -05:00
parent 06a4b9c5ac
commit a208d101f6
2 changed files with 7 additions and 7 deletions

View File

@@ -10,8 +10,8 @@
import testing ; import testing ;
project : requirements project : requirements
<source>/boost/container//boost_container <library>/boost/container//boost_container
<source>/boost/type_traits//boost_type_traits <library>/boost/type_traits//boost_type_traits
; ;
rule test_all rule test_all

View File

@@ -10,8 +10,8 @@
import testing ; import testing ;
project : requirements project : requirements
<source>/boost/core//boost_core <library>/boost/core//boost_core
<source>/boost/container//boost_container <library>/boost/container//boost_container
; ;
rule test_all rule test_all