kde-l10n/en_CA/CMakeLists.txt
Ivailo Monev 78779c4167 generic: remove kdesu and import kdesudo translations
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-15 13:53:25 +00:00

19 lines
536 B
CMake

project(kde-i18n-en_CA)
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
find_package(KDE4 4.18.0 REQUIRED)
find_package(Gettext REQUIRED)
include(KDE4Defaults)
include(MacroOptionalAddSubdirectory)
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()
set(CURRENT_LANG en_CA)
macro_optional_add_subdirectory( messages )