Files
beast/examples/Jamfile.v2
T

24 lines
448 B
Plaintext
Raw Normal View History

2016-03-11 06:40:37 -05:00
#
# Copyright (c) 2013-2016 Vinnie Falco (vinnie dot falco at gmail dot com)
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#
2016-04-30 13:00:33 -04:00
exe http-crawl :
2016-03-11 06:40:37 -05:00
http_crawl.cpp
urls_large_data.cpp
;
2016-04-30 13:00:33 -04:00
exe http-server :
2016-03-11 06:40:37 -05:00
http_server.cpp
;
2016-02-25 16:17:19 -05:00
2016-04-30 13:00:33 -04:00
exe http-example :
http_example.cpp
;
2016-04-30 13:00:33 -04:00
exe websocket-example :
websocket_example.cpp
;