1
Fork 0
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:
Kenneth Myhra 2021-12-13 20:50:51 +01:00 committed by Brian Gianforcaro
parent 160f3224a5
commit 0edceb91c4
2 changed files with 12 additions and 12 deletions

View file

@ -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)