~ubuntu-branches/ubuntu/raring/sunpinyin/raring

« back to all changes in this revision

Viewing changes to wrapper/ibus/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): YunQiang Su
  • Date: 2012-03-30 15:31:55 UTC
  • mfrom: (1.1.3) (1.2.7 sid)
  • Revision ID: package-import@ubuntu.com-20120330153155-qgls77sogzgtg9zp
Tags: 2.0.3+git20120222-1
* Team upload: git snapshot 20120222.
   - fix breaks if LDFLAGS in environment contains
       multiple words (Closese #646001).
   - rm patches merged to upstream:
       append-os-environ-toenv.patch
       fix-ftbfs-on-sh.patch
       remove-10-candidate-words-limitation.patch
   - refresh disable-lm-dict-compile.patch.
* Bump stardard version to 3.9.3: no modify needed.
* add libsunpinyin3-dbg and python-sunpinyin packages.
* debian/compat to 9, multiarch it.
* rewrite debian/rules with dh 7 format.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# CMakeLists.txt: cmake config file for ibus-sunpinyin
 
2
 
 
3
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/")
 
4
 
 
5
if(COMMAND cmake_policy)
 
6
  cmake_policy(SET CMP0005 NEW)
 
7
endif(COMMAND cmake_policy)
 
8
 
 
9
cmake_minimum_required(VERSION 2.6)
 
10
project(SUNPINYIN)
 
11
 
 
12
set(PACKAGE             ibus-sunpinyin)
 
13
set(GETTEXT_PACKAGE     ${PACKAGE})
 
14
set(PACKAGE_NAME        ${PACKAGE})
 
15
set(PACKAGE_BUGREPORT   "sunpinyin-developers@googlegroups.com")
 
16
set(PACKAGE_TARNAME     ${PACKAGE})
 
17
set(VERSION             "2.0.2")
 
18
set(PACKAGE_VERSION     ${VERSION})
 
19
set(PACKAGE_STRING      "${PACKAGE} ${VERSION}")
 
20
 
 
21
include(Paths)
 
22
 
 
23
install(DIRECTORY icons
 
24
    DESTINATION "${DATA_DIR}")
 
25
 
 
26
add_subdirectory (src)
 
27
add_subdirectory (setup)
 
28
add_subdirectory (data)
 
29
add_subdirectory (po)