mirror of
https://github.com/boostorg/docca.git
synced 2026-01-19 04:12:08 +00:00
14 lines
344 B
Plaintext
14 lines
344 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)
|
|
#
|
|
# Official repository: https://github.com/boostorg/docca
|
|
#
|
|
|
|
require-b2 5.2 ;
|
|
|
|
project /boost/docca ;
|
|
|
|
explicit [ alias all : example test ] ;
|