kdeconnect-kde/cli/CMakeLists.txt
2015-07-19 20:25:28 +05:30

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})