You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
380 B
17 lines
380 B
set(idletime_plugin_SRCS |
|
poller.cpp |
|
) |
|
|
|
add_library(KF5IdleTimeKWinWaylandPrivatePlugin MODULE ${idletime_plugin_SRCS}) |
|
target_link_libraries(KF5IdleTimeKWinWaylandPrivatePlugin |
|
kwin |
|
KF5::IdleTime |
|
KF5::WaylandClient |
|
) |
|
|
|
install( |
|
TARGETS |
|
KF5IdleTimeKWinWaylandPrivatePlugin |
|
DESTINATION |
|
${PLUGIN_INSTALL_DIR}/kf5/org.kde.kidletime.platforms/ |
|
)
|
|
|