2
0
mirror of https://github.com/boostorg/spirit.git synced 2026-01-19 04:42:11 +00:00

Change all <source> references to <library>.

This commit is contained in:
Rene Rivera
2024-07-20 21:25:51 -05:00
parent dbda017a36
commit b1947d9c3a

View File

@@ -10,8 +10,8 @@ import testing ;
project
: requirements
<source>..//rexpr
<source>/boost/regex//boost_regex
<source>/boost/filesystem//boost_filesystem
<library>/boost/regex//boost_regex
<library>/boost/filesystem//boost_filesystem
<c++-template-depth>300
;