Build KF5IdleTimeKWinWaylandPrivatePlugin in correct directory
Summary: Ensures that we can load the plugin when running only from build dir. Reviewers: #kwin Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D16762
This commit is contained in:
parent
e45d3fe5a4
commit
c003db22c6
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ set(idletime_plugin_SRCS
|
|||
)
|
||||
|
||||
add_library(KF5IdleTimeKWinWaylandPrivatePlugin MODULE ${idletime_plugin_SRCS})
|
||||
set_target_properties(KF5IdleTimeKWinWaylandPrivatePlugin PROPERTIES LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin/kf5/org.kde.kidletime.platforms/")
|
||||
target_link_libraries(KF5IdleTimeKWinWaylandPrivatePlugin
|
||||
kwin
|
||||
KF5::IdleTime
|
||||
|
|
Loading…
Reference in a new issue