Skip to content

Commit 849e8e9

Browse files
authored
Merge pull request #56 from grafikrobot/modular
Add modular library level build file.
2 parents d899a71 + cd44c91 commit 849e8e9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

build.jam

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Copyright René Ferdinand Rivera Morell 2023-2024
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+
project /boost/preprocessor
9+
;
10+
11+
explicit
12+
[ alias boost_preprocessor : : :
13+
: <include>include <library>$(boost_dependencies) ]
14+
[ alias all : boost_preprocessor test ]
15+
;
16+
17+
call-if : boost-library preprocessor
18+
;

0 commit comments

Comments
 (0)