set(ksystraycmd5_SRCS
    main.cpp
    ksystraycmd.cpp
)

add_executable(ksystraycmd5 ${ksystraycmd5_SRCS})

target_link_libraries(ksystraycmd5
    Qt5::Widgets
    KF5::CoreAddons
    KF5::I18n
    KF5::WindowSystem
    Qt5::X11Extras
    ${X11_X11_LIB})

install(TARGETS ksystraycmd5 ${INSTALL_TARGETS_DEFAULT_ARGS})
