kdeconnect-kde/plugins/battery/CMakeLists.txt

21 lines
542 B
CMake
Raw Normal View History

set(kdeconnect_battery_SRCS
batteryplugin.cpp
batterydbusinterface.cpp
)
add_library(kdeconnect_battery MODULE ${kdeconnect_battery_SRCS})
2014-06-18 01:39:30 +01:00
target_link_libraries(kdeconnect_battery kdeconnectcore KF5::KDELibs4Support)
install(TARGETS kdeconnect_battery DESTINATION ${PLUGIN_INSTALL_DIR} )
install(FILES kdeconnect_battery.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
include(macros)
generate_and_install_dbus_interface(
kdeconnect_battery
batterydbusinterface.h
org.kde.kdeconnect.device.battery.xml
OPTIONS -a
)