mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 09:18:55 +00:00
Tests/LibDNS: Enable in Windows CI
This commit is contained in:
parent
4180944b4d
commit
cc38235ca1
Notes:
github-actions[bot]
2025-08-24 00:37:12 +00:00
Author: https://github.com/ayeteadoe
Commit: cc38235ca1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5947
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 1 additions and 7 deletions
|
@ -3,6 +3,7 @@ add_subdirectory(LibCompress)
|
||||||
add_subdirectory(LibCore)
|
add_subdirectory(LibCore)
|
||||||
add_subdirectory(LibCrypto)
|
add_subdirectory(LibCrypto)
|
||||||
add_subdirectory(LibDiff)
|
add_subdirectory(LibDiff)
|
||||||
|
add_subdirectory(LibDNS)
|
||||||
add_subdirectory(LibGC)
|
add_subdirectory(LibGC)
|
||||||
add_subdirectory(LibJS)
|
add_subdirectory(LibJS)
|
||||||
add_subdirectory(LibRegex)
|
add_subdirectory(LibRegex)
|
||||||
|
@ -22,13 +23,6 @@ if (ENABLE_GUI_TARGETS)
|
||||||
add_subdirectory(LibWebView)
|
add_subdirectory(LibWebView)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# FIXME: Increase support for building targets on Windows
|
|
||||||
if (WIN32 AND ENABLE_WINDOWS_CI)
|
|
||||||
return()
|
|
||||||
endif()
|
|
||||||
|
|
||||||
add_subdirectory(LibDNS)
|
|
||||||
|
|
||||||
if (ENABLE_CLANG_PLUGINS AND CMAKE_CXX_COMPILER_ID MATCHES "Clang$")
|
if (ENABLE_CLANG_PLUGINS AND CMAKE_CXX_COMPILER_ID MATCHES "Clang$")
|
||||||
add_subdirectory(ClangPlugins)
|
add_subdirectory(ClangPlugins)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue