mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:07:46 +00:00
xml: Prefer LibFileSystem over DeprecatedFile
This commit is contained in:
parent
9e755ccfef
commit
6055eed5a5
3 changed files with 7 additions and 7 deletions
|
@ -574,7 +574,7 @@ if (BUILD_LAGOM)
|
|||
target_link_libraries(wasm LibCore LibFileSystem LibWasm LibLine LibMain LibJS)
|
||||
|
||||
add_executable(xml ../../Userland/Utilities/xml.cpp)
|
||||
target_link_libraries(xml LibCore LibXML LibMain)
|
||||
target_link_libraries(xml LibCore LibFileSystem LibMain LibXML)
|
||||
|
||||
add_executable(xzcat ../../Userland/Utilities/xzcat.cpp)
|
||||
target_link_libraries(xzcat LibCompress LibCore LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue