diff --git a/CMakeLists.txt b/CMakeLists.txt index 1ff122e4e..a4d3bf424 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,11 @@ set(SOURCE_FILES src/civetweb/civetweb.c src/webui.c ) + +if (WIN32) + list(APPEND SOURCE_FILES src/webview/win32_wv2.cpp) +endif() + if (APPLE) # enable macos webview enable_language(OBJC)