]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/dynamic_bitset/example/Jamfile
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / dynamic_bitset / example / Jamfile
1 # -----------------------------------------------------------
2 # Copyright (c) 2002 Gennaro Prota
3 #
4 # Distributed under the Boost Software License, Version 1.0.
5 # (See accompanying file LICENSE_1_0.txt or copy at
6 # http://www.boost.org/LICENSE_1_0.txt)
7 #
8 # -----------------------------------------------------------
9
10 exe timing_tests
11 : timing_tests.cpp
12 ../../timer/build//boost_timer
13 ;
14
15 exe example1
16 : example1.cpp
17 ;
18
19 exe example2
20 : example2.cpp
21 ;
22
23 exe example3
24 : example3.cpp
25 ;
26