mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
12 lines
411 B
CMake
12 lines
411 B
CMake
set(SOURCES
|
|
Client.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
../../Services/FileSystemAccessServer/FileSystemAccessClientEndpoint.h
|
|
../../Services/FileSystemAccessServer/FileSystemAccessServerEndpoint.h
|
|
)
|
|
|
|
serenity_lib(LibFileSystemAccessClient filesystemaccessclient)
|
|
target_link_libraries(LibFileSystemAccessClient PRIVATE LibCore LibFileSystem LibIPC)
|
|
add_dependencies(LibFileSystemAccessClient WindowServer)
|