I use vcpkg for including Boost in 02-future-then
project.
For this to work, the simplest option is to pass -DCMAKE_TOOLCHAIN_FILE=<vcpkg-root>\scripts\buildsystems\vcpkg.cmake
in CMake command-line (or set it in CMakeSettings.json
file generated by Visual Studio).
cppcoro library is used for projects 04 and on.
cppcoro is included here under external/cppcoro
as a submodule.
For build instructions, see cppcoro build instructions. For example, on Windows I use cake.bat architecture=x64 lib/build.cake
.
countLines()
function (in utils.cpp
) is based on the example found in cppcoro README.md
The code examples are under MIT license, as mentioned in LICENSE
.
The presentation is under CC-BY-NC.