forked from boostorg/bind
Update build.jam, test/Jamfile
This commit is contained in:
17
build.jam
17
build.jam
@@ -1,24 +1,21 @@
|
|||||||
# 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 ;
|
||||||
|
|
||||||
constant boost_dependencies :
|
constant boost_dependencies :
|
||||||
/boost/config//boost_config
|
/boost/config//boost_config
|
||||||
/boost/core//boost_core ;
|
/boost/core//boost_core
|
||||||
|
|
||||||
project /boost/bind
|
|
||||||
: common-requirements
|
|
||||||
<include>include
|
|
||||||
;
|
;
|
||||||
|
|
||||||
|
project /boost/bind ;
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_bind : : : : <library>$(boost_dependencies) ]
|
[ alias boost_bind : : : : <include>include <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_bind test ]
|
[ alias all : boost_bind test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library bind
|
call-if : boost-library bind
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@@ -26,8 +26,9 @@ project
|
|||||||
<toolset>clang:<cxxflags>$(gcc-flags)
|
<toolset>clang:<cxxflags>$(gcc-flags)
|
||||||
|
|
||||||
<library>/boost/bind//boost_bind
|
<library>/boost/bind//boost_bind
|
||||||
<library>/boost/smart_ptr//boost_smart_ptr
|
<library>/boost/core//boost_core
|
||||||
<library>/boost/function//boost_function
|
<library>/boost/function//boost_function
|
||||||
|
<library>/boost/smart_ptr//boost_smart_ptr
|
||||||
;
|
;
|
||||||
|
|
||||||
# quick test (for CI)
|
# quick test (for CI)
|
||||||
|
Reference in New Issue
Block a user