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

« back to all changes in this revision

Viewing changes to plasma/animators/default/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2007-09-05 20:45:14 UTC
  • Revision ID: james.westby@ubuntu.com-20070905204514-632hhspl0nvrc84i
Tags: upstream-3.93.0
ImportĀ upstreamĀ versionĀ 3.93.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(default_animator_SRCS
 
2
    defaultAnimator.cpp
 
3
)
 
4
 
 
5
kde4_add_plugin(plasma_animator_default ${default_animator_SRCS})
 
6
target_link_libraries(plasma_animator_default ${KDE4_KDECORE_LIBS} plasma)
 
7
 
 
8
install(TARGETS plasma_animator_default DESTINATION ${PLUGIN_INSTALL_DIR})
 
9
install(FILES plasma-animator-default.desktop DESTINATION ${SERVICES_INSTALL_DIR} )
 
10