SteveSandersonMS / WebWindow

.NET Core library to open native OS windows containing web UI on Windows, Mac, and Linux. Experimental.
Apache License 2.0
1.99k stars 214 forks source link

Use CMake with MSBuild. #33

Open Berrysoft opened 4 years ago

Berrysoft commented 4 years ago

Add CMakeLists.txt for Linux and Mac.

SteveSandersonMS commented 4 years ago

Thanks for contributing this!

I see it has some conflicts with the current versions of the sources, plus it updates the Microsoft.Web.WebView2 package version which we can't do yet.

Would you be interested in updating this PR to not conflict with the master branch and leave the dependency package versions unchanged? If so I'd be happy to merge it!

Berrysoft commented 4 years ago

@SteveSandersonMS I'll try to update later.

Berrysoft commented 4 years ago

@SteveSandersonMS Updating completed, and I leave the dependency unchanged.