mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
14 lines
320 B
Text
14 lines
320 B
Text
|
compile_ipc(ClipboardServer.ipc ClipboardServerEndpoint.h)
|
||
|
compile_ipc(ClipboardClient.ipc ClipboardClientEndpoint.h)
|
||
|
|
||
|
set(SOURCES
|
||
|
ClientConnection.cpp
|
||
|
ClipboardClientEndpoint.h
|
||
|
ClipboardServerEndpoint.h
|
||
|
Storage.cpp
|
||
|
main.cpp
|
||
|
)
|
||
|
|
||
|
serenity_bin(Clipboard)
|
||
|
target_link_libraries(Clipboard LibCore LibIPC)
|