This approach is not recommended anymore, use vcpkg instead.
This repository contains a Win32 Getting Started app that builds with Cmake.
- CMake
- WebView2 Runtime
- Network connection
cmake
cmake --build .
or set FETCHCONTENT_QUIET=OFF to print deps download info. that is:
cmake -DFETCHCONTENT_QUIET=OFF
cmake --build .