]> git.proxmox.com Git - ceph.git/blame - ceph/src/Beast/examples/Jamfile.v2
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / Beast / examples / Jamfile.v2
CommitLineData
7c673cae
FG
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
8exe http-crawl :
9 http_crawl.cpp
10 urls_large_data.cpp
11 ;
12
13exe http-server :
14 http_server.cpp
15 ;
16
17exe http-example :
18 http_example.cpp
19 ;
20
21exe websocket-echo :
22 websocket_echo.cpp
23 ;
24
25exe websocket-example :
26 websocket_example.cpp
27 ;