~ubuntu-branches/ubuntu/gutsy/kdebase-workspace/gutsy

« back to all changes in this revision

Viewing changes to plasma/engines/weather/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-10-11 14:04:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20071011140448-v0eb7lxbb24zagca
Tags: 3.94.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ADD_SUBDIRECTORY(ions)
 
2
 
 
3
SET (ionlib_SRCS ions/ion.cpp ions/weather_formula.cpp)
 
4
kde4_add_library (weather_ion SHARED ${ionlib_SRCS})
 
5
TARGET_LINK_LIBRARIES (weather_ion ${KDE4_KIO_LIBS} plasma)
 
6
set_target_properties(weather_ion PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION})
 
7
INSTALL (TARGETS weather_ion DESTINATION ${LIB_INSTALL_DIR})
 
8
 
 
9
SET(weather_SRCS weatherengine.cpp)
 
10
kde4_add_plugin(plasma_engine_weather ${weather_SRCS})
 
11
TARGET_LINK_LIBRARIES (plasma_engine_weather ${KDE4_KIO_LIBS} plasma weather_ion)
 
12
INSTALL (TARGETS plasma_engine_weather DESTINATION ${PLUGIN_INSTALL_DIR})
 
13
INSTALL (FILES plasma-engine-weather.desktop DESTINATION ${SERVICES_INSTALL_DIR})