[build] msvc: add boost::process

* AppVeyor boost-process vcpkg package.
* Tell Boost linter to ignore it
* Add HAVE_BOOST_PROCESS for MSVC build (bitcoin_config.h)
This commit is contained in:
Sjors Provoost
2019-02-13 18:17:32 +01:00
parent c47e4bbf0b
commit 3c84d85f7d
3 changed files with 5 additions and 1 deletions

View File

@ -47,6 +47,9 @@
/* define if the Boost::Filesystem library is available */
#define HAVE_BOOST_FILESYSTEM /**/
/* define if the Boost::Process library is available */
#define HAVE_BOOST_PROCESS /**/
/* define if the Boost::System library is available */
#define HAVE_BOOST_SYSTEM /**/