bd5ef55318
Summary: Mine randomly disappears sometimes, may as well get whatever backtraces we can Test Plan: None Reviewers: #kwin, mart Reviewed By: #kwin, mart Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D13753
5 lines
295 B
CMake
5 lines
295 B
CMake
set(xclipboard_SRCS main.cpp waylandclipboard.cpp)
|
|
add_executable(org_kde_kwin_xclipboard_syncer ${xclipboard_SRCS})
|
|
target_link_libraries(org_kde_kwin_xclipboard_syncer Qt5::Gui KF5::WaylandClient KF5::Crash)
|
|
|
|
install(TARGETS org_kde_kwin_xclipboard_syncer DESTINATION ${LIBEXEC_INSTALL_DIR} )
|