kdeconnect-kde/cli/CMakeLists.txt

8 lines
245 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)
2014-11-28 16:42:53 +00:00
target_link_libraries(kdeconnect-cli kdeconnectinterfaces KF5::CoreAddons KF5::I18n)
install(TARGETS kdeconnect-cli ${INSTALL_TARGETS_DEFAULT_ARGS})