Skip to content

Commit 3bbad0d

Browse files
authored
Merge pull request #663 from hdijkema/main
Fix to compile win32_wv2.cpp
2 parents 6fc1b10 + 969a67b commit 3bbad0d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ set(SOURCE_FILES
5151
src/civetweb/civetweb.c
5252
src/webui.c
5353
)
54+
55+
if (WIN32)
56+
list(APPEND SOURCE_FILES src/webview/win32_wv2.cpp)
57+
endif()
58+
5459
if (APPLE)
5560
# enable macos webview
5661
enable_language(OBJC)

0 commit comments

Comments
 (0)