kdeconnect-kde/cli/CMakeLists.txt
Albert Vaca 0b3de33d74 Minor
2016-07-12 12:33:57 +02:00

11 lines
258 B
CMake

add_executable(kdeconnect-cli kdeconnect-cli.cpp)
ecm_mark_nongui_executable(kdeconnect-cli)
target_link_libraries(kdeconnect-cli
kdeconnectinterfaces
KF5::CoreAddons
KF5::I18n
)
install(TARGETS kdeconnect-cli ${INSTALL_TARGETS_DEFAULT_ARGS})