mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
Meta: Compile fdtdump
on lagom
This commit is contained in:
parent
d6bb5579ad
commit
0fa718ead8
Notes:
sideshowbarker
2024-07-17 08:43:11 +09:00
Author: https://github.com/Hendiadyoin1 Commit: https://github.com/SerenityOS/serenity/commit/0fa718ead8 Pull-request: https://github.com/SerenityOS/serenity/pull/22948 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/kleinesfilmroellchen Reviewed-by: https://github.com/spholz
1 changed files with 2 additions and 0 deletions
|
@ -448,6 +448,7 @@ if (BUILD_LAGOM)
|
|||
Compress
|
||||
Crypto
|
||||
Cpp
|
||||
DeviceTree
|
||||
DNS
|
||||
Diff
|
||||
Gemini
|
||||
|
@ -629,6 +630,7 @@ if (BUILD_LAGOM)
|
|||
lagom_utility(wasm SOURCES ../../Userland/Utilities/wasm.cpp LIBS LibFileSystem LibWasm LibLine LibMain LibJS)
|
||||
lagom_utility(xml SOURCES ../../Userland/Utilities/xml.cpp LIBS LibFileSystem LibMain LibXML)
|
||||
lagom_utility(xzcat SOURCES ../../Userland/Utilities/xzcat.cpp LIBS LibCompress LibMain)
|
||||
lagom_utility(fdtdump SOURCES ../../Userland/Utilities/fdtdump.cpp LIBS LibDeviceTree LibMain)
|
||||
|
||||
enable_testing()
|
||||
# LibTest
|
||||
|
|
Loading…
Reference in a new issue