Files
unordered/Jamfile.v2

15 lines
452 B
Plaintext
Raw Normal View History

# (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 ;