mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-04 08:36:12 +00:00
Utilities/CMakeLists: Put 'file' entry in alphabetical order
This commit is contained in:
parent
e8cd89a538
commit
3c01de4f0b
Notes:
sideshowbarker
2024-07-18 18:31:49 +09:00
Author: https://github.com/alimpfard
Commit: 3c01de4f0b
Pull-request: https://github.com/SerenityOS/serenity/pull/6939
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,7 @@ target_link_libraries(copy LibGUI)
|
|||
target_link_libraries(crash LibTest)
|
||||
target_link_libraries(disasm LibX86)
|
||||
target_link_libraries(expr LibRegex)
|
||||
target_link_libraries(file LibGfx LibIPC LibCompress)
|
||||
target_link_libraries(functrace LibDebug LibX86)
|
||||
target_link_libraries(gml-format LibGUI)
|
||||
target_link_libraries(js LibJS LibLine)
|
||||
|
@ -55,4 +56,3 @@ target_link_libraries(gzip LibCompress)
|
|||
target_link_libraries(gunzip LibCompress)
|
||||
target_link_libraries(CppParserTest LibCpp LibGUI)
|
||||
target_link_libraries(PreprocessorTest LibCpp LibGUI)
|
||||
target_link_libraries(file LibGfx LibIPC LibCompress)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue