]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/lockfree/examples/Jamfile.v2
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / lockfree / examples / Jamfile.v2
1 # (C) Copyright 2009: Tim Blechmann
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5 project boost/lockfree/example
6 : requirements
7 <library>../../thread/build//boost_thread/
8 <library>../../atomic/build//boost_atomic
9 ;
10
11 exe queue : queue.cpp ;
12 exe stack : stack.cpp ;
13 exe spsc_queue : spsc_queue.cpp ;