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:
parent
32e05f9b14
commit
9d4c946515
2 changed files with 5 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue