~ubuntu-branches/ubuntu/maverick/bluedevil/maverick-proposed

« back to all changes in this revision

Viewing changes to src/daemon/helpers/requestconfirmation/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-08-07 09:04:19 UTC
  • Revision ID: james.westby@ubuntu.com-20100807090419-68k54ucso2htcf5z
Tags: upstream-1.0~rc2
ImportĀ upstreamĀ versionĀ 1.0~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(requestconfirmation_SRCS
 
2
    main.cpp
 
3
    requestconfirmation.cpp
 
4
)
 
5
 
 
6
kde4_add_executable(bluedevil-requestconfirmation ${requestconfirmation_SRCS})
 
7
 
 
8
target_link_libraries(bluedevil-requestconfirmation
 
9
                      ${KDE4_KIO_LIBRARY} ${KDE4_KDEUI_LIBS})
 
10
 
 
11
install(TARGETS bluedevil-requestconfirmation
 
12
        DESTINATION ${INSTALL_TARGETS_DEFAULT_ARGS})