kdeconnect-kde/indicator/CMakeLists.txt

7 lines
301 B
CMake
Raw Normal View History

find_package(KF5Notifications REQUIRED)
add_executable(kdeconnect-indicator main.cpp deviceindicator.cpp)
target_link_libraries(kdeconnect-indicator Qt5::Widgets KF5::CoreAddons KF5::I18n KF5::Notifications kdeconnectinterfaces)
2016-11-23 18:41:55 +00:00
install(TARGETS kdeconnect-indicator ${INSTALL_TARGETS_DEFAULT_ARGS})