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

« back to all changes in this revision

Viewing changes to kicker/proxy/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
 
 
3
 
 
4
 
 
5
########### next target ###############
 
6
 
 
7
set(extensiondebugger_SRCS extensiondebugger.cpp )
 
8
 
 
9
 
 
10
kde4_add_executable(extensiondebugger ${extensiondebugger_SRCS})
 
11
 
 
12
target_link_libraries(extensiondebugger  ${KDE4_KDECORE_LIBS} kickermain )
 
13
 
 
14
 
 
15
########### next target ###############
 
16
 
 
17
set(appletproxy_KDEINIT_SRCS appletproxy.cpp )
 
18
 
 
19
 
 
20
kde4_add_kdeinit_executable( appletproxy ${appletproxy_KDEINIT_SRCS})
 
21
 
 
22
target_link_libraries(kdeinit_appletproxy  ${KDE4_KDEUI_LIBS} kickermain )
 
23
 
 
24
install(TARGETS kdeinit_appletproxy  DESTINATION ${LIB_INSTALL_DIR} )
 
25
 
 
26
target_link_libraries( appletproxy kdeinit_appletproxy )
 
27
install(TARGETS appletproxy DESTINATION ${BIN_INSTALL_DIR})
 
28