Files
boostlook/build.jam
René Ferdinand Rivera Morell 55eba4333e Add modular style B2 project file. (#11)
* Add modular build support.
* Tweak example to use the modular target.
2024-09-23 15:18:13 -05:00

23 lines
541 B
Plaintext

# Copyright René Ferdinand Rivera Morell 2024
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
require-b2 5.2 ;
project /boost/boostlook ;
path-constant here : . ;
alias boostlook
: usage-requirements
<asciidoctor-attribute>stylesheet=$(here)/boostlook.css
<flags>"-r $(here)/boostlook.rb"
<dependency>boostlook.css
<dependency>boostlook.rb
;
explicit boostlook ;
alias all ;
explicit all ;