]> git.proxmox.com Git - ceph.git/blob - ceph/src/Beast/examples/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / Beast / examples / Jamfile.v2
1 #
2 # Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
3 #
4 # Distributed under the Boost Software License, Version 1.0. (See accompanying
5 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 #
7
8 exe http-crawl :
9 http_crawl.cpp
10 urls_large_data.cpp
11 ;
12
13 exe http-server :
14 http_server.cpp
15 ;
16
17 exe http-example :
18 http_example.cpp
19 ;
20
21 exe websocket-echo :
22 websocket_echo.cpp
23 ;
24
25 exe websocket-example :
26 websocket_example.cpp
27 ;