1
0
forked from boostorg/bind

Update build.jam, test/Jamfile

This commit is contained in:
Peter Dimov
2024-08-20 19:39:13 +03:00
parent 0e7a2373c1
commit 620ddec3ee
2 changed files with 9 additions and 11 deletions

View File

@@ -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
; ;

View File

@@ -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)