Skip to content

Commit

Permalink
Add modular library level build file.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Feb 4, 2024
1 parent 814f2be commit 5b67b8f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions build.jam
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright René Ferdinand Rivera Morell 2023
# 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)

import project ;

project /boost/hof
: common-requirements
<include>include
;

explicit
[ alias boost_hof ]
[ alias all : boost_hof test ]
;

call-if : boost-library hof
;

0 comments on commit 5b67b8f

Please sign in to comment.