mirror of
https://github.com/boostorg/mp11.git
synced 2025-07-30 04:27:16 +02:00
Update build.jam, test/Jamfile
This commit is contained in:
14
build.jam
14
build.jam
@ -1,20 +1,16 @@
|
|||||||
# Copyright René Ferdinand Rivera Morell 2023-2024
|
# Copyright 2023-2024 René Ferdinand Rivera Morell
|
||||||
|
# Copyright 2024 Peter Dimov
|
||||||
# Distributed under the Boost Software License, Version 1.0.
|
# Distributed under the Boost Software License, Version 1.0.
|
||||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
# https://www.boost.org/LICENSE_1_0.txt
|
||||||
# http://www.boost.org/LICENSE_1_0.txt)
|
|
||||||
|
|
||||||
require-b2 5.2 ;
|
require-b2 5.2 ;
|
||||||
|
|
||||||
project /boost/mp11
|
project /boost/mp11 ;
|
||||||
: common-requirements
|
|
||||||
<include>include
|
|
||||||
;
|
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_mp11 : : : : <library>$(boost_dependencies) ]
|
[ alias boost_mp11 : : : : <include>include <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_mp11 test ]
|
[ alias all : boost_mp11 test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library mp11
|
call-if : boost-library mp11
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@ import config : requires ;
|
|||||||
|
|
||||||
project
|
project
|
||||||
: requirements
|
: requirements
|
||||||
|
<library>/boost/mp11//boost_mp11
|
||||||
<library>/boost/config//boost_config
|
<library>/boost/config//boost_config
|
||||||
<library>/boost/core//boost_core
|
<library>/boost/core//boost_core
|
||||||
<library>/boost/mpl//boost_mpl
|
<library>/boost/mpl//boost_mpl
|
||||||
|
Reference in New Issue
Block a user