mirror of
https://github.com/boostorg/unordered.git
synced 2025-11-01 08:11:37 +01:00
15 lines
452 B
Plaintext
15 lines
452 B
Plaintext
|
|
# (C) Copyright Daniel James 2005-2006.
|
||
|
|
# 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)
|
||
|
|
|
||
|
|
project /unordered
|
||
|
|
: requirements
|
||
|
|
<include>.
|
||
|
|
<include>$(BOOST_ROOT)
|
||
|
|
: usage-requirements
|
||
|
|
<include>.
|
||
|
|
<include>$(BOOST_ROOT)
|
||
|
|
;
|
||
|
|
|
||
|
|
#use-project /boost/test : $(BOOST_ROOT)/libs/test/build ;
|