~ubuntu-branches/ubuntu/trusty/fcitx/trusty-proposed

« back to all changes in this revision

Viewing changes to src/module/remote/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Aron Xu
  • Date: 2013-02-10 17:03:56 UTC
  • mfrom: (1.3.18) (33.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130210170356-2yuv6xy3ed378kn0
Tags: 1:4.2.7-1
* New upstream release.
* New binary packages:
  - fcitx-libs-gclient: D-Bus client library for Glib
  - fcitx-libs-qt: D-Bus client library for Qt
  - fcitx-module-quickphrase-editor: Quick Phrase editor module

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
include_directories(${PROJECT_SOURCE_DIR}/src)
2
 
 
3
 
set(FCITX_REMOTE_MODULE_SOURCES
4
 
    remote.c
5
 
)
6
 
 
7
 
fcitx_add_addon(fcitx-remote-module ${FCITX_REMOTE_MODULE_SOURCES})
8
 
 
9
 
fcitx_add_addon_conf_file(fcitx-remote-module.conf)
 
 
b'\\ No newline at end of file'
 
1
set(FCITX_REMOTE_SOURCES
 
2
  remote.c)
 
3
fcitx_add_addon_full(remote-module
 
4
  SOURCES ${FCITX_REMOTE_SOURCES})