~ubuntu-branches/ubuntu/trusty/ibus-sunpinyin/trusty

« back to all changes in this revision

Viewing changes to wrapper/ibus/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Zhengpeng Hou
  • Date: 2010-09-06 12:27:14 UTC
  • Revision ID: james.westby@ubuntu.com-20100906122714-mmdcj0n6qsv84svj
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

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)