2
0
mirror of https://github.com/boostorg/docca.git synced 2026-01-19 04:12:08 +00:00
Files
docca/build.jam
Dmitry Arkhipov 525cf70935 jamfile cleanup
2024-08-21 10:01:10 +10:00

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 ] ;