kwin/killer/CMakeLists.txt

17 lines
350 B
CMake
Raw Normal View History

########### next target ###############
set(kwin_killer_helper_SRCS killer.cpp )
add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
2013-07-23 12:59:57 +04:00
target_link_libraries(kwin_killer_helper
Qt5::Widgets
Qt5::X11Extras
2013-12-12 00:41:47 +04:00
KF5::Auth
KF5::I18n
KF5::WidgetsAddons
2013-07-23 12:59:57 +04:00
)
install(TARGETS kwin_killer_helper DESTINATION ${LIBEXEC_INSTALL_DIR} )