• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
11project libx
12    : requirements
13        <include>../include
14    : usage-requirements
15        <include>../include
16    ;
17
18
19lib libx : test_libx.cpp ;
20