mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 10:41:30 +00:00
LibMedia: Enable in Windows CI
This commit is contained in:
parent
931d0fa562
commit
55a077d5a1
Notes:
github-actions[bot]
2025-06-27 01:37:08 +00:00
Author: https://github.com/ayeteadoe
Commit: 55a077d5a1
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
|
@ -21,6 +21,7 @@ add_subdirectory(LibXML)
|
|||
|
||||
if (ENABLE_GUI_TARGETS)
|
||||
add_subdirectory(LibGfx)
|
||||
add_subdirectory(LibMedia)
|
||||
endif()
|
||||
|
||||
# FIXME: Increase support for building targets on Windows
|
||||
|
@ -34,7 +35,6 @@ add_subdirectory(LibWasm)
|
|||
if (ENABLE_GUI_TARGETS)
|
||||
add_subdirectory(LibDevTools)
|
||||
add_subdirectory(LibImageDecoderClient)
|
||||
add_subdirectory(LibMedia)
|
||||
add_subdirectory(LibWeb)
|
||||
add_subdirectory(LibWebView)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue