mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-23 17:58:59 +00:00
Utilities/abench: Enable on Windows
This commit is contained in:
parent
f4b20129d7
commit
b7bc60d614
Notes:
github-actions[bot]
2025-08-24 18:59:59 +00:00
Author: https://github.com/ayeteadoe
Commit: b7bc60d614
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5769
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/R-Goc
1 changed files with 1 additions and 1 deletions
|
@ -8,13 +8,13 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
lagom_utility(xml SOURCES xml.cpp LIBS LibFileSystem LibMain LibXML LibURL)
|
lagom_utility(xml SOURCES xml.cpp LIBS LibFileSystem LibMain LibXML LibURL)
|
||||||
|
lagom_utility(abench SOURCES abench.cpp LIBS LibMain LibFileSystem LibMedia)
|
||||||
|
|
||||||
# FIXME: Increase support for building targets on Windows
|
# FIXME: Increase support for building targets on Windows
|
||||||
if (WIN32 AND ENABLE_WINDOWS_CI)
|
if (WIN32 AND ENABLE_WINDOWS_CI)
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
lagom_utility(abench SOURCES abench.cpp LIBS LibMain LibFileSystem LibMedia)
|
|
||||||
lagom_utility(dns SOURCES dns.cpp LIBS LibDNS LibMain LibTLS LibCrypto)
|
lagom_utility(dns SOURCES dns.cpp LIBS LibDNS LibMain LibTLS LibCrypto)
|
||||||
|
|
||||||
if (ENABLE_GUI_TARGETS)
|
if (ENABLE_GUI_TARGETS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue