mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:27:46 +00:00
functrace: Port to LibMain and move away from raw C strings
Ports to LibMain and uses StringView more (rather than raw C strings).
This commit is contained in:
parent
160f3224a5
commit
0edceb91c4
2 changed files with 12 additions and 12 deletions
|
@ -92,7 +92,7 @@ target_link_libraries(file LibGfx LibIPC LibCompress LibMain)
|
|||
target_link_libraries(find LibMain)
|
||||
target_link_libraries(flock LibMain)
|
||||
target_link_libraries(fortune LibMain)
|
||||
target_link_libraries(functrace LibDebug LibX86)
|
||||
target_link_libraries(functrace LibDebug LibX86 LibMain)
|
||||
target_link_libraries(gml-format LibGUI)
|
||||
target_link_libraries(grep LibRegex)
|
||||
target_link_libraries(gunzip LibCompress)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue