~ubuntu-branches/ubuntu/saucy/print-manager/saucy-proposed

« back to all changes in this revision

Viewing changes to po/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-08-23 15:47:14 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120823154714-2kfgr4ml10d3bvwk
Tags: 0.2.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# The pofiles macro creates in some versions same name targets
 
2
# which since cmake 2.8 leads to target clashes.
 
3
# Hence force the old policy for all po directories.
 
4
# http://public.kitware.com/Bug/view.php?id=12952
 
5
cmake_policy(SET CMP0002 OLD)
 
6
 
 
7
find_package(Gettext REQUIRED)
 
8
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
 
9
MESSAGE(FATAL_ERROR "Please install msgmerge binary")
 
10
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
 
11
if (NOT GETTEXT_MSGFMT_EXECUTABLE)
 
12
MESSAGE(FATAL_ERROR "Please install msgmerge binary")
 
13
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
 
14
add_subdirectory(cs)
 
15
add_subdirectory(da)
 
16
add_subdirectory(de)
 
17
add_subdirectory(el)
 
18
add_subdirectory(es)
 
19
add_subdirectory(et)
 
20
add_subdirectory(fi)
 
21
add_subdirectory(fr)
 
22
add_subdirectory(ga)
 
23
add_subdirectory(hu)
 
24
add_subdirectory(km)
 
25
add_subdirectory(nl)
 
26
add_subdirectory(pl)
 
27
add_subdirectory(pt)
 
28
add_subdirectory(pt_BR)
 
29
add_subdirectory(sk)
 
30
add_subdirectory(sv)
 
31
add_subdirectory(uk)