mirror of
https://github.com/boostorg/beast.git
synced 2026-07-06 16:30:52 +02:00
a55d9aa4c3
This fixes up support for building both 32 and 64 bit targets, especially on Windows.
Build output directory
To build examples and tests for 64-bit on Windows, change to this directory and use:
cmake -G"Visual Studio 14 2015 Win64" ..
For later versions of Visual Studio edit the string as appropriate.