Skip to content

Commit

Permalink
Update build.jam, test/Jamfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Aug 20, 2024
1 parent 0e7a237 commit 620ddec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
17 changes: 7 additions & 10 deletions build.jam
Original file line number Diff line number Diff line change
@@ -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
;

3 changes: 2 additions & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 620ddec

Please sign in to comment.