Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.
/ WebView2SampleCMake Public archive

Microsoft Edge WebView2 Win32 sample builds with CMake

Notifications You must be signed in to change notification settings

Atliac/WebView2SampleCMake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Microsoft Edge WebView2 Win32 sample builds with CMake

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published