Skip to content
This repository was archived by the owner on Oct 22, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (18 loc) · 517 Bytes

File metadata and controls

18 lines (18 loc) · 517 Bytes

Remarks

This approach is not recommended anymore, use vcpkg instead.

WebView2SampleCMake

This repository contains a Win32 Getting Started app that builds with Cmake.

Prerequisites

  1. CMake
  2. WebView2 Runtime
  3. Network connection

Build

cmake
cmake --build .

or set FETCHCONTENT_QUIET=OFF to print deps download info. that is:

cmake -DFETCHCONTENT_QUIET=OFF
cmake --build .