mirror of
https://bitbucket.org/smil3y/kde-l10n.git
synced 2025-02-24 11:02:53 +00:00
20 lines
530 B
Text
20 lines
530 B
Text
![]() |
project(kde-i18n-sq)
|
||
|
|
||
|
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 sq)
|
||
|
|
||
|
macro_optional_add_subdirectory( messages )
|