1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 20:27:46 +00:00

gml-format: Port to LibMain

This commit is contained in:
Lucas CHOLLET 2022-01-13 21:03:08 +01:00 committed by Idan Horowitz
parent f862fabe6e
commit 9e1e80954b
3 changed files with 13 additions and 24 deletions

View file

@ -99,7 +99,7 @@ target_link_libraries(find LibMain)
target_link_libraries(flock LibMain)
target_link_libraries(fortune LibMain)
target_link_libraries(functrace LibDebug LibX86 LibMain)
target_link_libraries(gml-format LibGUI)
target_link_libraries(gml-format LibGUI LibMain)
target_link_libraries(grep LibRegex)
target_link_libraries(gron LibMain)
target_link_libraries(groups LibMain)