lyx_mirror/development/cmake/modules
Kornel Benko aadfb58374 Cmake build: Try to omit using directory names as source-files in po
Previously there are po-entries like
  #: lib/examples/Articles:0 src/TocBackend.cpp:296
  #:src/frontends/qt/GuiExternal.cpp:87
  msgid "External Material"
  msgstr ""

now:
  #: src/TocBackend.cpp:296 src/frontends/qt/GuiExternal.cpp:87
  #: lib/examples/Articles:0
  msgid "External Material"
  msgstr ""

(The string at 'lib/examples/Articles:0' proceeds also from the directory name 'lib/examples/External_Material')

This makes it easier to use some po-editors like 'linguist'
2020-09-07 21:12:22 +02:00
..
FindAiksaurusLIB.cmake
FindASPELL.cmake Cmake build: Use find_package_handle_standard_args() consistently 2014-05-13 12:30:20 +02:00
FindCXX11Compiler.cmake Amend 9c863039: Cmake build: Adapt handling of c++ standards to new Visual C++ 2019 2020-06-04 18:01:49 +02:00
FindENCHANT.cmake CMake build: find enchant 2.x binary and lib 2020-03-13 10:07:05 -04:00
FindGNUWIN32.cmake
FindHUNSPELL.cmake Cmake build: Remove cmake warnings about mismatched values of FindPackageHandleStandardArgs() 2020-01-27 10:44:14 +01:00
FindICONV.cmake Cmake build: Fix some warnings with cmake3.13 2019-02-05 12:27:15 +01:00
FindLyXGettext.cmake Cmake build: Try to omit using directory names as source-files in po 2020-09-07 21:12:22 +02:00
FindMagic.cmake Cmake build: Symplify use of linking optional libraries found via find_package 2014-06-12 19:02:29 +02:00
FindMYTHESLIB.cmake Adjust the name of the cmake module lookup script for MYTHESLIB to match the casing of the variable name 2020-08-04 11:49:03 +02:00
FindOpenSSL.cmake
FindQt4.cmake Fix CMake on Windows 2013-04-25 20:18:46 +02:00
FindZLIB.cmake Cmake build: remove warnings with newer cmake 2013-08-23 00:02:56 +02:00
LyXDestinations.cmake Cmake build: Amend a9afdbb7 and 46fca4dc 2020-09-03 18:27:12 +02:00
LyXMacros.cmake Cmake build: Move interpretation of configure.ac to own function 2020-07-12 16:27:45 +02:00
LyXPaths.cmake Cmake build: Removed some cmake warnings 2019-03-26 10:03:18 +01:00
LyXuic.cmake
MacroBoolTo01.cmake
PCHSupport_26.cmake
ProjectSourceGroup.cmake