Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions build.jam
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Copyright René Ferdinand Rivera Morell 2023-2024
# 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)

require-b2 5.2 ;

project /boost/compatibility
: common-requirements
<include>include
;

explicit
[ alias boost_compatibility : : : : <library>$(boost_dependencies) ]
[ alias all : boost_compatibility ]
;

call-if
: boost-library compatibility
;