2014-11-25 13:30:33 +00:00
|
|
|
project(kde-i18n-ja)
|
|
|
|
|
2015-11-06 16:47:26 +02:00
|
|
|
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
2021-08-13 20:29:40 +03:00
|
|
|
find_package(KDE4 4.21.0 REQUIRED)
|
2015-11-06 16:47:26 +02:00
|
|
|
find_package(Gettext REQUIRED)
|
2014-11-25 13:30:33 +00:00
|
|
|
|
2015-11-06 16:47:26 +02:00
|
|
|
include(KDE4Defaults)
|
|
|
|
include(MacroOptionalAddSubdirectory)
|
2014-11-25 13:30:33 +00:00
|
|
|
|
2015-11-06 16:47:26 +02:00
|
|
|
if(NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
|
|
|
message(FATAL_ERROR "Please install the msgmerge binary")
|
|
|
|
elseif(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
|
|
|
message(FATAL_ERROR "Please install the msgfmt binary")
|
|
|
|
endif()
|
|
|
|
endif()
|
2014-11-25 13:30:33 +00:00
|
|
|
|
|
|
|
set(CURRENT_LANG ja)
|
|
|
|
|
|
|
|
macro_optional_add_subdirectory( messages )
|