2014-11-25 13:30:33 +00:00
|
|
|
project(kde-i18n-uk)
|
|
|
|
|
2015-11-06 16:47:26 +02:00
|
|
|
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
2022-10-02 11:00:31 +03:00
|
|
|
find_package(KDE4 4.22.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)
|
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 uk)
|
|
|
|
|
2022-10-01 18:26:09 +03:00
|
|
|
add_subdirectory( messages )
|
|
|
|
add_subdirectory( data )
|