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

Services: Port FileOperation to LibMain

This commit is contained in:
Lenny Maiorani 2022-02-12 18:36:15 -07:00 committed by Andreas Kling
parent b455363ce7
commit f5fd2f3857
2 changed files with 69 additions and 122 deletions

View file

@ -8,4 +8,4 @@ set(SOURCES
)
serenity_bin(FileOperation)
target_link_libraries(FileOperation LibCore)
target_link_libraries(FileOperation LibCore LibMain)