kdeconnect-kde/cli/CMakeLists.txt
2015-03-13 21:20:58 -07:00

6 lines
202 B
CMake

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