]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/fiber/performance/tbb/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / fiber / performance / tbb / Jamfile.v2
CommitLineData
7c673cae
FG
1
2# Copyright Oliver Kowalke 2009.
3# Distributed under the Boost Software License, Version 1.0.
4# (See accompanying file LICENSE_1_0.txt or copy at
5# http://www.boost.org/LICENSE_1_0.txt)
6
7# For more information, see http://www.boost.org/
8
9import common ;
10import feature ;
11import indirect ;
12import modules ;
13import os ;
14import toolset ;
15
16project boost/fiber/performance/tbb
17 : requirements
18 <library>/boost/chrono//boost_chrono
19 <library>/boost/coroutine//boost_coroutine
20 <library>/boost/program_options//boost_program_options
21 <linkflags>"-ltbb"
22 <link>static
23 <threading>multi
24 ;
25
26exe overhead_join
27 : overhead_join.cpp
28 ;