kwin/killer/CMakeLists.txt

19 lines
496 B
Text
Raw Normal View History

########### next target ###############
set(kwin_killer_helper_SRCS killer.cpp )
kde4_add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
2013-07-23 08:59:57 +00:00
set_target_properties(kwin_killer_helper PROPERTIES COMPILE_FLAGS ${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS})
2013-07-23 08:59:57 +00:00
target_link_libraries(kwin_killer_helper
Qt5::Widgets
Qt5::X11Extras
2013-07-23 08:59:57 +00:00
KF5::KAuth
KF5::KI18n
KF5::KInterProcessWindowing
2013-07-23 08:59:57 +00:00
KF5::KWidgetsAddons
)
install(TARGETS kwin_killer_helper DESTINATION ${LIBEXEC_INSTALL_DIR} )