cmake: Use static libs to speed up builds

This commit is contained in:
Vinnie Falco
2019-03-23 15:57:24 -07:00
parent b01d692ad7
commit b38901887b
60 changed files with 369 additions and 91 deletions

12
test/lib_asio.cpp Normal file
View File

@@ -0,0 +1,12 @@
//
// Copyright (c) 2016-2019 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)
//
// Official repository: https://github.com/boostorg/beast
//
// This file is used to build a static library
#include <boost/asio/impl/src.hpp>