WebView2 added as embedded browser

This commit is contained in:
d1str4ught
2025-08-23 03:32:06 +02:00
parent 18b92aaeb6
commit d10ee0fc26
46 changed files with 114423 additions and 1785 deletions

View File

@@ -2,4 +2,5 @@ add_subdirectory(DirectX)
add_subdirectory(Granny)
add_subdirectory(MilesSoundSystem)
add_subdirectory(Python)
add_subdirectory(SpeedTree)
add_subdirectory(SpeedTree)
add_subdirectory(WebView)

6
extern/library/WebView/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,6 @@
add_library(WebView STATIC IMPORTED GLOBAL)
set_target_properties(WebView PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_SOURCE_DIR}/extern/include"
IMPORTED_LOCATION "${CMAKE_CURRENT_LIST_DIR}/WebView2LoaderStatic.lib"
)

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad088093e7db02abfb0aeda2bc51e80e40278c353d1302750099b985473774a9
size 10398930