include_directories(${CMAKE_SOURCE_DIR}/workspace/libs)

set(sensors_engine_SRCS
    sensorsengine.cpp
)

kde4_add_plugin(plasma_engine_sensors ${sensors_engine_SRCS})
target_link_libraries(plasma_engine_sensors ${KDE4_KDECORE_LIBS} ${PLASMA_LIBS})

install(TARGETS plasma_engine_sensors DESTINATION ${PLUGIN_INSTALL_DIR})
install(FILES plasma-engine-sensors.desktop DESTINATION ${SERVICES_INSTALL_DIR} )

