summaryrefslogtreecommitdiffstats
path: root/src/boost/tools/build/example/libraries/util/foo/jamfile.jam
blob: 6741b1ca32b658701801dea4e2a62a2e718a60b3 (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2005 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE.txt or https://www.bfgroup.xyz/b2/LICENSE.txt)


project
    : usage-requirements <include>include ;

lib bar : bar.cpp ;