mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
7 lines
389 B
CMake
7 lines
389 B
CMake
ADD_SUBDIRECTORY(ions)
|
|
|
|
SET(weather_SRCS weatherengine.cpp)
|
|
kde4_add_plugin(plasma_engine_weather ${weather_SRCS})
|
|
TARGET_LINK_LIBRARIES (plasma_engine_weather ${KDE4_KIO_LIBS} ${KDE4_SOLID_LIBS} ${KDE4_PLASMA_LIBS} weather_ion)
|
|
INSTALL (TARGETS plasma_engine_weather DESTINATION ${PLUGIN_INSTALL_DIR})
|
|
INSTALL (FILES plasma-dataengine-weather.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|