mirror of
https://bitbucket.org/smil3y/kde-l10n.git
synced 2025-02-24 11:02:53 +00:00
22 lines
589 B
Text
22 lines
589 B
Text
![]() |
project(kde-i18n-fr)
|
||
|
|
||
|
# Search KDE installation
|
||
|
find_package(KDE4 REQUIRED)
|
||
|
find_package(Gettext REQUIRED)
|
||
|
include (KDE4Defaults)
|
||
|
include(MacroOptionalAddSubdirectory)
|
||
|
|
||
|
if (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||
|
MESSAGE(FATAL_ERROR "Please install the msgmerge binary")
|
||
|
endif (NOT GETTEXT_MSGMERGE_EXECUTABLE)
|
||
|
|
||
|
IF(NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||
|
MESSAGE(FATAL_ERROR "Please install the msgfmt binary")
|
||
|
endif (NOT GETTEXT_MSGFMT_EXECUTABLE)
|
||
|
|
||
|
set(CURRENT_LANG fr)
|
||
|
|
||
|
macro_optional_add_subdirectory( messages )
|
||
|
macro_optional_add_subdirectory( data )
|
||
|
macro_optional_add_subdirectory( scripts )
|