mirror of
https://github.com/boostorg/uuid.git
synced 2026-01-19 04:42:16 +00:00
26 lines
635 B
Plaintext
26 lines
635 B
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)
|
|
|
|
require-b2 5.1 ;
|
|
|
|
import project ;
|
|
|
|
project /boost/uuid
|
|
: common-requirements
|
|
<library>/boost/assert//boost_assert
|
|
<library>/boost/config//boost_config
|
|
<library>/boost/throw_exception//boost_throw_exception
|
|
<library>/boost/type_traits//boost_type_traits
|
|
<include>include
|
|
;
|
|
|
|
explicit
|
|
[ alias boost_uuid ]
|
|
[ alias all : boost_uuid test ]
|
|
;
|
|
|
|
call-if : boost-library uuid
|
|
;
|