]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/fiber/performance/thread/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / fiber / performance / thread / 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/thread
17 : requirements
18 <link>static
19 <threading>multi
20 <optimization>speed
21 <variant>release
22 ;
23
24 exe skynet_async
25 : skynet_async.cpp
26 ;
27
28 exe skynet_std
29 : skynet_std.cpp
30 ;
31
32 exe skynet_pthread
33 : skynet_pthread.cpp
34 ;