2015-11-05 07:03:13 +02:00
|
|
|
project(kde-i18n-se)
|
2014-12-09 15:06:52 +00:00
|
|
|
|
|
|
|
# Search KDE installation
|
|
|
|
find_package(KDE4 REQUIRED)
|
|
|
|
find_package(Gettext REQUIRED)
|
|
|
|
include (KDE4Defaults)
|
|
|
|
include(MacroOptionalAddSubdirectory)
|
|
|
|
|
|
|
|
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
|
|
|
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
|
|
|
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
|
|
|
|
|
|
|
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
|
|
|
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
|
|
|
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
|
|
|
|
2015-11-05 07:03:13 +02:00
|
|
|
set(CURRENT_LANG se)
|
2014-12-09 15:06:52 +00:00
|
|
|
|
|
|
|
macro_optional_add_subdirectory( messages )
|
|
|
|
macro_optional_add_subdirectory( scripts )
|