mirror of
https://github.com/boostorg/bind.git
synced 2025-07-31 21:34:43 +02:00
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.
|
||||
# (See accompanying file LICENSE_1_0.txt or copy at
|
||||
# http://www.boost.org/LICENSE_1_0.txt)
|
||||
# https://www.boost.org/LICENSE_1_0.txt
|
||||
|
||||
require-b2 5.2 ;
|
||||
|
||||
constant boost_dependencies :
|
||||
/boost/config//boost_config
|
||||
/boost/core//boost_core ;
|
||||
|
||||
project /boost/bind
|
||||
: common-requirements
|
||||
<include>include
|
||||
/boost/core//boost_core
|
||||
;
|
||||
|
||||
project /boost/bind ;
|
||||
|
||||
explicit
|
||||
[ alias boost_bind : : : : <library>$(boost_dependencies) ]
|
||||
[ alias boost_bind : : : : <include>include <library>$(boost_dependencies) ]
|
||||
[ alias all : boost_bind test ]
|
||||
;
|
||||
|
||||
call-if : boost-library bind
|
||||
;
|
||||
|
||||
|
@@ -26,8 +26,9 @@ project
|
||||
<toolset>clang:<cxxflags>$(gcc-flags)
|
||||
|
||||
<library>/boost/bind//boost_bind
|
||||
<library>/boost/smart_ptr//boost_smart_ptr
|
||||
<library>/boost/core//boost_core
|
||||
<library>/boost/function//boost_function
|
||||
<library>/boost/smart_ptr//boost_smart_ptr
|
||||
;
|
||||
|
||||
# quick test (for CI)
|
||||
|
Reference in New Issue
Block a user