userspace: Implement LibClipboard and ClipboardServer
programs can now connect to the clipboard server using libclipboard and get and set the clipboard of the current user
This commit is contained in:
10
userspace/programs/ClipboardServer/CMakeLists.txt
Normal file
10
userspace/programs/ClipboardServer/CMakeLists.txt
Normal file
@@ -0,0 +1,10 @@
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
)
|
||||
|
||||
add_executable(ClipboardServer ${SOURCES})
|
||||
banan_include_headers(ClipboardServer libclipboard)
|
||||
banan_link_library(ClipboardServer ban)
|
||||
banan_link_library(ClipboardServer libc)
|
||||
|
||||
install(TARGETS ClipboardServer OPTIONAL)
|
||||
Reference in New Issue
Block a user