2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00
Files
uuid/build.jam

34 lines
1.1 KiB
Plaintext

# Copyright René Ferdinand Rivera Morell 2023
# 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)
import project ;
project /boost/uuid
: common-requirements
<library>/boost/assert//boost_assert
<library>/boost/config//boost_config
<library>/boost/container_hash//boost_container_hash
<library>/boost/core//boost_core
<library>/boost/io//boost_io
<library>/boost/move//boost_move
<library>/boost/numeric_conversion//boost_numeric_conversion
<library>/boost/predef//boost_predef
<library>/boost/random//boost_random
<library>/boost/static_assert//boost_static_assert
<library>/boost/throw_exception//boost_throw_exception
<library>/boost/tti//boost_tti
<library>/boost/type_traits//boost_type_traits
<library>/boost/winapi//boost_winapi
<include>include
;
explicit
[ alias boost_uuid ]
[ alias all : boost_uuid test ]
;
call-if : boost-library uuid
;