diff options
Diffstat (limited to 'tde-i18n-lt/CMakeLists.txt')
l---------[-rw-r--r--] | tde-i18n-lt/CMakeLists.txt | 64 |
1 files changed, 1 insertions, 63 deletions
diff --git a/tde-i18n-lt/CMakeLists.txt b/tde-i18n-lt/CMakeLists.txt index 72ff119dde1..2fe973c8885 100644..120000 --- a/tde-i18n-lt/CMakeLists.txt +++ b/tde-i18n-lt/CMakeLists.txt @@ -1,63 +1 @@ -################################################# -# -# (C) 2013 Alexander Golubev (Fat-Zer) -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -cmake_minimum_required( VERSION 2.8 ) - - -##### general package setup ##################### - -project( tde-i18n-lt ) -set( VERSION R14.1.0 ) - - -##### include essential cmake modules ########### - -include( FindPkgConfig ) # required for find_package( TDE ) - - -##### include our cmake modules ################# - -set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) -include( TDEMacros ) - - -##### find required stuff ####################### - -include( FindGettext ) -if( GETTEXT_FOUND ) - set( DEFAULT_MSGFMT_EXECUTABLE ${GETTEXT_MSGFMT_EXECUTABLE} ) -else( GETTEXE_FOUND ) - find_program( DEFAULT_MSGFMT_EXECUTABLE msgfmt ) -endif( GETTEXT_FOUND ) - -set( MSGFMT_EXECUTABLE ${DEFAULT_MSGFMT_EXECUTABLE} CACHE FILEPATH - "path to msgfmt executable" ) - -if( NOT MSGFMT_EXECUTABLE ) - tde_message_fatal( "msgfmt is required but was not found on your system or defined" ) -endif( NOT MSGFMT_EXECUTABLE ) - -find_package( TDE ) - - -##### setup install paths ####################### - -include( TDESetupPaths ) -tde_setup_paths( ) - -option( BUILD_ALL "Build all" OFF ) -option( BUILD_MESSAGES "Build message and GUI translation" ${BUILD_ALL} ) - - -###### subdirectories ########################### - -tde_conditional_add_subdirectory( BUILD_MESSAGES messages ) - +../template/commonCMakeLists.txt
\ No newline at end of file |