Imported Upstream version 1.51.0
[platform/upstream/boost.git] / tools / build / v2 / test / railsys / libx / src / jamfile.jam
1 #  Copyright (c) 2003 Institute of Transport, 
2 #             Railway Construction and Operation, 
3 #             University of Hanover, Germany
4 #
5 #  Copyright (c) 2006 Jürgen Hunold
6 #
7 # Distributed under the Boost Software License, Version 1.0.
8 #    (See accompanying file LICENSE_1_0.txt or copy at
9 #          http://www.boost.org/LICENSE_1_0.txt)
10
11 project libx 
12     : requirements 
13         <include>../include
14     : usage-requirements
15         <include>../include
16     ;
17
18
19 lib libx : test_libx.cpp ;