]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/tools/build/example/libraries/app/jamfile.jam
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / tools / build / example / libraries / app / jamfile.jam
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'
9 exe app : app.cpp /library-example/foo//bar ;