kdeconnect-kde/cli/CMakeLists.txt

12 lines
258 B
CMake
Raw Normal View History

add_executable(kdeconnect-cli kdeconnect-cli.cpp)
2015-09-10 14:51:38 +01:00
ecm_mark_nongui_executable(kdeconnect-cli)
2016-07-12 11:33:57 +01:00
target_link_libraries(kdeconnect-cli
kdeconnectinterfaces
KF5::CoreAddons
KF5::I18n
)
install(TARGETS kdeconnect-cli ${INSTALL_TARGETS_DEFAULT_ARGS})