mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 20:59:16 +00:00
LibWasm: Enable in Windows CI
This commit is contained in:
parent
55a077d5a1
commit
f5dc72a492
Notes:
github-actions[bot]
2025-06-27 01:36:57 +00:00
Author: https://github.com/ayeteadoe
Commit: f5dc72a492
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5188
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/R-Goc
Reviewed-by: https://github.com/stasoid
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,7 @@ add_subdirectory(LibThreading)
|
|||
add_subdirectory(LibTLS)
|
||||
add_subdirectory(LibUnicode)
|
||||
add_subdirectory(LibURL)
|
||||
add_subdirectory(LibWasm)
|
||||
add_subdirectory(LibWebSocket)
|
||||
add_subdirectory(LibXML)
|
||||
|
||||
|
@ -30,7 +31,6 @@ if (WIN32 AND ENABLE_WINDOWS_CI)
|
|||
endif()
|
||||
|
||||
add_subdirectory(LibLine)
|
||||
add_subdirectory(LibWasm)
|
||||
|
||||
if (ENABLE_GUI_TARGETS)
|
||||
add_subdirectory(LibDevTools)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue