File tree Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Expand file tree Collapse file tree 3 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ # Copyright René Ferdinand Rivera Morell 2025
2+ # Distributed under the Boost Software License, Version 1.0.
3+ # (See accompanying file LICENSE_1_0.txt or copy at
4+ # http://www.boost.org/LICENSE_1_0.txt)
5+
6+ require-b2 5.2 ;
7+
8+ constant boost_dependencies :
9+ /boost/assert//boost_assert
10+ /boost/charconv//boost_charconv
11+ /boost/hana//boost_hana
12+ /boost/type_index//boost_type_index ;
13+
14+ project /boost/parser
15+ ;
16+
17+ explicit
18+ [ alias boost_parser : : :
19+ : <library>$(boost_dependencies) <include>include ]
20+ [ alias all : boost_parser test ]
21+ ;
22+
23+ call-if : boost-library parser
24+ ;
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ rule run_doxygen ( files * : name : expand ? )
3939
4040}
4141
42- run_doxygen [ glob $(here)/../../../ boost/parser/*.hpp : $(here)/../../.. /boost/parser/concepts.hpp ] : "Headers" ;
42+ run_doxygen [ glob $(here)/../include/ boost/parser/*.hpp : $(here)/../include /boost/parser/concepts.hpp ] : "Headers" ;
4343
4444install images_standalone : [ glob *.png ] : <location>html/parser/img ;
4545explicit images_standalone ;
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import testing ;
88
99project
1010 : requirements <library>/boost/charconv//boost_charconv
11+ <library>/boost/parser//boost_parser
1112 ;
1213
1314compile compile_all_t.cpp ;
You can’t perform that action at this time.
0 commit comments