mirror of
https://github.com/boostorg/ratio.git
synced 2025-05-09 23:24:01 +00:00
Update build.jam, test/Jamfile
This commit is contained in:
parent
b933980065
commit
09cbbdf37f
14
build.jam
14
build.jam
@ -1,20 +1,16 @@
|
|||||||
# 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 ;
|
||||||
|
|
||||||
project /boost/ratio
|
project /boost/ratio ;
|
||||||
: common-requirements
|
|
||||||
<include>include
|
|
||||||
;
|
|
||||||
|
|
||||||
explicit
|
explicit
|
||||||
[ alias boost_ratio : : : : <library>$(boost_dependencies) ]
|
[ alias boost_ratio : : : : <include>include <library>$(boost_dependencies) ]
|
||||||
[ alias all : boost_ratio test ]
|
[ alias all : boost_ratio test ]
|
||||||
;
|
;
|
||||||
|
|
||||||
call-if : boost-library ratio
|
call-if : boost-library ratio
|
||||||
;
|
;
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ import testing ;
|
|||||||
project
|
project
|
||||||
: requirements
|
: requirements
|
||||||
<warnings>pedantic
|
<warnings>pedantic
|
||||||
<library>/boost/config//boost_config
|
<library>/boost/ratio//boost_ratio
|
||||||
<library>/boost/core//boost_core
|
<library>/boost/core//boost_core
|
||||||
<library>/boost/integer//boost_integer
|
<library>/boost/integer//boost_integer
|
||||||
<library>/boost/mpl//boost_mpl
|
<library>/boost/mpl//boost_mpl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user