mirror of
https://bitbucket.org/smil3y/kde-l10n.git
synced 2025-02-23 18:42:54 +00:00
18 lines
479 B
CMake
18 lines
479 B
CMake
project(kde-i18n-en_CA)
|
|
|
|
if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
|
find_package(KDE4 4.21.0 REQUIRED)
|
|
find_package(Gettext REQUIRED)
|
|
|
|
include(KDE4Defaults)
|
|
|
|
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)
|
|
|
|
add_subdirectory( messages )
|