~ubuntu-branches/ubuntu/vivid/kde-l10n-ru/vivid

« 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
  • mto: This revision was merged to the branch mainline in revision 94.
  • Revision ID: package-import@ubuntu.com-20150121123346-dt0x32k3zccc4cvb
Tags: upstream-14.12.2
ImportĀ upstreamĀ versionĀ 14.12.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
project(kde-i18n-ru)
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 ru)
18
 
 
19
 
macro_optional_add_subdirectory( messages )
20
 
macro_optional_add_subdirectory( docs )
21
 
macro_optional_add_subdirectory( data )
22
 
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)