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

« back to all changes in this revision

Viewing changes to kwin/clients/kde2/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
 
 
2
add_subdirectory( config ) 
 
3
 
 
4
########### next target ###############
 
5
 
 
6
set(kwin3_kde2_PART_SRCS kde2.cpp)
 
7
 
 
8
 
 
9
kde4_add_plugin(kwin3_kde2 ${kwin3_kde2_PART_SRCS})
 
10
 
 
11
target_link_libraries(kwin3_kde2 ${KDE4_KDEFX_LIBS} kdecorations ${QT_QTGUI_LIBRARY})
 
12
 
 
13
install(TARGETS kwin3_kde2  DESTINATION ${PLUGIN_INSTALL_DIR})
 
14
 
 
15
install( FILES kde2.desktop  DESTINATION  ${DATA_INSTALL_DIR}/kwin/ )
 
16