~ubuntu-branches/ubuntu/wily/kde-l10n-ar/wily

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-01-21 12:33:46 UTC
  • mfrom: (1.12.49)
  • Revision ID: package-import@ubuntu.com-20150121123346-jcpipq2g3dtwx6d8
Tags: 4:14.12.2-0ubuntu1
* New upstream release, first version from KDE Applications
* Revert install to /usr/share/locale/
* Add debian/overlapping files to remove files that are in plasma5

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
project(kde-i18n-ar)
2
 
 
3
 
# Search KDE installation
4
 
find_package(KDE4 REQUIRED)
5
 
find_package(Gettext REQUIRED)
6
 
include (KDE4Defaults)
7
 
include(MacroOptionalAddSubdirectory)
8
 
 
9
 
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
10
 
   MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
11
 
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
12
 
 
13
 
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
14
 
   MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
15
 
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
16
 
 
17
 
set(CURRENT_LANG ar)
18
 
 
19
 
macro_optional_add_subdirectory( messages )
20
 
macro_optional_add_subdirectory( data )
21
 
macro_optional_add_subdirectory( scripts )
 
1
cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
 
2
cmake_policy(SET CMP0002 OLD)
 
3
cmake_policy(SET CMP0014 OLD)
 
4
add_subdirectory(4)
 
5
add_subdirectory(5)