~ubuntu-branches/ubuntu/trusty/tomahawk/trusty-proposed

« back to all changes in this revision

Viewing changes to src/accounts/xmpp/googlewrapper/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-03-07 21:50:13 UTC
  • Revision ID: package-import@ubuntu.com-20130307215013-6gdjkdds7i9uenvs
Tags: upstream-0.6.0+dfsg
ImportĀ upstreamĀ versionĀ 0.6.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include_directories( ${JREEN_INCLUDE_DIR} )
 
2
 
 
3
add_tomahawk_plugin(google
 
4
    TYPE account
 
5
    EXPORT_MACRO ACCOUNTDLLEXPORT_PRO
 
6
    SOURCES
 
7
        ../XmppAccount.cpp
 
8
        ../XmppConfigWidget.cpp
 
9
        ../sip/XmppSip.cpp
 
10
        ../sip/TomahawkXmppMessage.cpp
 
11
        ../sip/TomahawkXmppMessageFactory.cpp
 
12
        ../sip/AvatarManager.cpp
 
13
        ../sip/XmlConsole.cpp
 
14
        ../XmppInfoPlugin.cpp
 
15
        GoogleWrapper.cpp
 
16
    LINK_LIBRARIES
 
17
        ${TOMAHAWK_LIBRARIES}
 
18
        ${JREEN_LIBRARIES}
 
19
    COMPILE_DEFINITIONS
 
20
        GOOGLE_WRAPPER
 
21
)