We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d899a71 + cd44c91 commit 849e8e9Copy full SHA for 849e8e9
build.jam
@@ -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