forked from boostorg/regex
Make the library modular usable.
This commit is contained in:
32
build.jam
Normal file
32
build.jam
Normal file
@ -0,0 +1,32 @@
|
||||
# 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/regex
|
||||
: common-requirements
|
||||
<source>/boost/assert//boost_assert
|
||||
<source>/boost/concept_check//boost_concept_check
|
||||
<source>/boost/config//boost_config
|
||||
<source>/boost/container_hash//boost_container_hash
|
||||
<source>/boost/core//boost_core
|
||||
<source>/boost/integer//boost_integer
|
||||
<source>/boost/mpl//boost_mpl
|
||||
<source>/boost/predef//boost_predef
|
||||
<source>/boost/smart_ptr//boost_smart_ptr
|
||||
<source>/boost/static_assert//boost_static_assert
|
||||
<source>/boost/throw_exception//boost_throw_exception
|
||||
<source>/boost/type_traits//boost_type_traits
|
||||
<include>include
|
||||
;
|
||||
|
||||
explicit
|
||||
[ alias boost_regex : build//boost_regex ]
|
||||
[ alias all : boost_regex example test ]
|
||||
;
|
||||
|
||||
call-if : boost-library regex
|
||||
: install boost_regex
|
||||
;
|
Reference in New Issue
Block a user