From 6d747afe2f2250a9f25adb3c758a91fc21520e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 19 Nov 2020 03:02:00 +0100 Subject: Use universal common rules instead of many individual CMakeListst.txt files. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: For systems and distributions where individual language directories are unpacked for building, you need to add an unpacking for the 'template' directory in addition to the 'cmake' directory. Signed-off-by: Slávek Banko --- tde-i18n-sv/CMakeLists.txt | 68 +--------------------------------------------- 1 file changed, 1 insertion(+), 67 deletions(-) mode change 100644 => 120000 tde-i18n-sv/CMakeLists.txt (limited to 'tde-i18n-sv/CMakeLists.txt') diff --git a/tde-i18n-sv/CMakeLists.txt b/tde-i18n-sv/CMakeLists.txt deleted file mode 100644 index 240488eac21..00000000000 --- a/tde-i18n-sv/CMakeLists.txt +++ /dev/null @@ -1,67 +0,0 @@ -################################################# -# -# (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-sv ) -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_DOC "Build documentation" ${BUILD_ALL} ) -option( BUILD_DATA "Build data" ${BUILD_ALL} ) -option( BUILD_MESSAGES "Build message and GUI translation" ${BUILD_ALL} ) - - -###### subdirectories ########################### - -tde_conditional_add_subdirectory( BUILD_DOC docs ) -tde_conditional_add_subdirectory( BUILD_DATA data ) -tde_conditional_add_subdirectory( BUILD_MESSAGES messages ) - diff --git a/tde-i18n-sv/CMakeLists.txt b/tde-i18n-sv/CMakeLists.txt new file mode 120000 index 00000000000..2fe973c8885 --- /dev/null +++ b/tde-i18n-sv/CMakeLists.txt @@ -0,0 +1 @@ +../template/commonCMakeLists.txt \ No newline at end of file -- cgit v1.2.3