~ubuntu-branches/ubuntu/karmic/kdepim/karmic-backports

« back to all changes in this revision

Viewing changes to akonadi/clients/akonadi/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christian Mangold
  • Date: 2009-07-10 06:34:50 UTC
  • mfrom: (1.1.40 upstream)
  • Revision ID: james.westby@ubuntu.com-20090710063450-neojgew2fh0n3y0u
Tags: 4:4.2.96-0ubuntu1
* New upstream release
* Bump kde build-deps to 4.2.96

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
set(akonadi_bin_SRCS
3
 
  main.cpp listcommand.cpp fetchcommand.cpp deletecommand.cpp storecommand.cpp appendcommand.cpp
4
 
)
5
 
 
6
 
 
7
 
kde4_add_executable(akonadi_bin ${akonadi_bin_SRCS})
8
 
set_target_properties(akonadi_bin PROPERTIES OUTPUT_NAME akonadi)
9
 
 
10
 
target_link_libraries( akonadi_bin ${KDEPIMLIBS_AKONADI_LIBS}
11
 
  ${KDE4_KDECORE_LIBS} ${QT_QTCORE_LIBRARY} )
12
 
 
13
 
#install(TARGETS akonadi_bin ${INSTALL_TARGETS_DEFAULT_ARGS} )