]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/fiber/performance/qthread/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / fiber / performance / qthread / Jamfile.v2
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
9 import common ;
10 import feature ;
11 import indirect ;
12 import modules ;
13 import os ;
14 import toolset ;
15
16 project boost/fiber/performance/qthread
17 : requirements
18 <library>/boost/chrono//boost_chrono
19 <library>/boost/coroutine//boost_coroutine
20 <library>/boost/program_options//boost_program_options
21 <linkflags>"-lqthread"
22 <link>static
23 <optimization>speed
24 <threading>multi
25 <variant>release
26 ;
27
28 exe overhead_join
29 : overhead_join.cpp
30 ;