~ubuntu-branches/ubuntu/oneiric/kde-l10n-da/oneiric-updates

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-02-08 11:11:05 UTC
  • Revision ID: james.westby@ubuntu.com-20080208111105-2wx8pyf2fv5viryw
Tags: upstream-4.0.1
ImportĀ upstreamĀ versionĀ 4.0.1

Show diffs side-by-side

added added

removed removed

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