forked from boostorg/move
Change all <source> references to <library>.
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
import testing ;
|
||||
|
||||
project : requirements
|
||||
<source>/boost/container//boost_container
|
||||
<source>/boost/type_traits//boost_type_traits
|
||||
<library>/boost/container//boost_container
|
||||
<library>/boost/type_traits//boost_type_traits
|
||||
;
|
||||
|
||||
rule test_all
|
||||
|
@@ -10,8 +10,8 @@
|
||||
import testing ;
|
||||
|
||||
project : requirements
|
||||
<source>/boost/core//boost_core
|
||||
<source>/boost/container//boost_container
|
||||
<library>/boost/core//boost_core
|
||||
<library>/boost/container//boost_container
|
||||
;
|
||||
|
||||
rule test_all
|
||||
|
Reference in New Issue
Block a user