1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 21:17:44 +00:00

profile: Port to LibMain

This commit is contained in:
rvictorr 2022-02-12 21:57:44 +02:00 committed by Andreas Kling
parent 73303f0dc1
commit 434925bbd8
2 changed files with 12 additions and 18 deletions

View file

@ -154,6 +154,7 @@ target_link_libraries(pls LibCrypt LibMain)
target_link_libraries(pmap LibMain)
target_link_libraries(pmemdump LibMain)
target_link_libraries(pro LibMain LibProtocol)
target_link_libraries(profile LibMain)
target_link_libraries(ps LibMain)
target_link_libraries(pwd LibMain)
target_link_libraries(realpath LibMain)