• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2002, 2003, 2005 Vladimir Prus
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
4
5
6# Declare a executable file, which uses a library. Note that
7# includes that for library will be automatically used
8# when compiling 'app.cpp'
9exe app : app.cpp /library-example/foo//bar ;
10