1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:57:35 +00:00

FileSystemAccessServer: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 10:33:21 +01:00
parent 32e05f9b14
commit 9d4c946515
2 changed files with 5 additions and 7 deletions

View file

@ -15,5 +15,5 @@ set(SOURCES
)
serenity_bin(FileSystemAccessServer)
target_link_libraries(FileSystemAccessServer LibCore LibIPC LibGUI)
target_link_libraries(FileSystemAccessServer LibCore LibIPC LibGUI LibMain)
add_dependencies(FileSystemAccessServer WindowServer)