mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 08:08:43 +00:00
LibIPC: Enable in Windows CI
This commit is contained in:
parent
8af2a49b5c
commit
460b257449
Notes:
github-actions[bot]
2025-06-17 21:38:03 +00:00
Author: https://github.com/stasoid
Commit: 460b257449
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5010
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,7 @@ add_subdirectory(LibCrypto)
|
|||
add_subdirectory(LibDiff)
|
||||
add_subdirectory(LibDNS)
|
||||
add_subdirectory(LibGC)
|
||||
add_subdirectory(LibIPC)
|
||||
add_subdirectory(LibJS)
|
||||
add_subdirectory(LibRegex)
|
||||
add_subdirectory(LibRIFF)
|
||||
|
@ -20,7 +21,6 @@ if (WIN32 AND ENABLE_WINDOWS_CI)
|
|||
endif()
|
||||
|
||||
add_subdirectory(LibHTTP)
|
||||
add_subdirectory(LibIPC)
|
||||
add_subdirectory(LibLine)
|
||||
add_subdirectory(LibRequests)
|
||||
add_subdirectory(LibTLS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue