Skip to content

Commit

Permalink
簡譯完《cmake-modules(7)》中條目。
Browse files Browse the repository at this point in the history
  • Loading branch information
gwankyun committed Sep 20, 2023
1 parent ae6c209 commit 54e1eef
Show file tree
Hide file tree
Showing 17 changed files with 20 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Modules/FindSWIG.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FindSWIG
--------

Find the Simplified Wrapper and Interface Generator (SWIG_) executable.
查找简化包装器和接口生成器(SWIG_)可执行文件。

This module finds an installed SWIG and determines its version.

Expand Down
2 changes: 1 addition & 1 deletion Modules/FindSubversion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FindSubversion
--------------

Extract information from a subversion working copy
从subversion工作副本中提取信息

The module defines the following variables:

Expand Down
6 changes: 2 additions & 4 deletions Modules/FindTCL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@
FindTCL
-------

TK_INTERNAL_PATH was removed.
TK_INTERNAL_PATH已删除。

This module finds if Tcl is installed and determines where the include
files and libraries are. It also determines what the name of the
library is. This code sets the following variables:
该模块查找是否安装了Tcl,并确定包含文件和库的位置。它还确定库的名称。这段代码设置了以下变量:

::

Expand Down
2 changes: 1 addition & 1 deletion Modules/FindTIFF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FindTIFF
--------

Find the TIFF library (``libtiff``, https://libtiff.gitlab.io/libtiff/).
查找TIFF库(``libtiff``https://libtiff.gitlab.io/libtiff/)。

Optional COMPONENTS
^^^^^^^^^^^^^^^^^^^
Expand Down
7 changes: 3 additions & 4 deletions Modules/FindTclStub.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
FindTclStub
-----------

TCL_STUB_LIBRARY_DEBUG and TK_STUB_LIBRARY_DEBUG were removed.
TCL_STUB_LIBRARY_DEBUG及TK_STUB_LIBRARY_DEBUG已被删除。

This module finds Tcl stub libraries. It first finds Tcl include
files and libraries by calling FindTCL.cmake. How to Use the Tcl
Stubs Library:
这个模块查找Tcl stub库。它首先通过调用FindTCL.cmake来查找Tcl包含文件和库。如何使用\
Tcl Stubs库:

::

Expand Down
2 changes: 1 addition & 1 deletion Modules/FindTclsh.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FindTclsh
---------

Find tclsh
查找tclsh

This module finds if TCL is installed and determines where the include
files and libraries are. It also determines what the name of the
Expand Down
2 changes: 1 addition & 1 deletion Modules/FindThreads.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FindThreads
-----------

This module determines the thread library of the system.
该模块确定系统的线程库。

Imported Targets
^^^^^^^^^^^^^^^^
Expand Down
3 changes: 1 addition & 2 deletions Modules/FindVulkan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ FindVulkan

.. versionadded:: 3.7

Find Vulkan, which is a low-overhead, cross-platform 3D graphics
and computing API.
查找Vulkan,这是一个低开销、跨平台的3D图形和计算API。

Optional COMPONENTS
^^^^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion Modules/FindWget.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FindWget
--------

Find wget
查找wget

This module looks for wget. This module defines the following values:

Expand Down
2 changes: 1 addition & 1 deletion Modules/FindWish.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FindWish
--------

Find wish installation
查找wish安装

This module finds if TCL is installed and determines where the include
files and libraries are. It also determines what the name of the
Expand Down
2 changes: 1 addition & 1 deletion Modules/FindX11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FindX11
-------

Find X11 installation
查找X11安装

Try to find X11 on UNIX systems. The following values are defined

Expand Down
2 changes: 1 addition & 1 deletion Modules/FindXCTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FindXCTest

.. versionadded:: 3.3

Functions to help creating and executing XCTest bundles.
帮助创建和执行XCTest包的函数。

An XCTest bundle is a CFBundle with a special product-type
and bundle extension. The Mac Developer Library provides more
Expand Down
2 changes: 1 addition & 1 deletion Modules/FindXMLRPC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FindXMLRPC
----------

Find xmlrpc
查找xmlrpc

Find the native XMLRPC headers and libraries.

Expand Down
2 changes: 1 addition & 1 deletion Modules/FindXalanC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FindXalanC

.. versionadded:: 3.5

Find the Apache Xalan-C++ XSL transform processor headers and libraries.
查找Apache Xalan-C++ XSL转换处理程序头文件和库。

Imported targets
^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion Modules/FindXercesC.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FindXercesC

.. versionadded:: 3.1

Find the Apache Xerces-C++ validating XML parser headers and libraries.
查找Apache Xerces-C++验证XML解析器头文件和库。

Imported targets
^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion Modules/FindZLIB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FindZLIB
--------

Find the native ZLIB includes and library.
查找本机ZLIB包含和库。

IMPORTED Targets
^^^^^^^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion Modules/FindwxWidgets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FindwxWidgets
-------------

Find a wxWidgets (a.k.a., wxWindows) installation.
查找一个wxWidgets(也就是wxWindows)安装。

This module finds if wxWidgets is installed and selects a default
configuration to use. wxWidgets is a modular library. To specify the
Expand Down

0 comments on commit 54e1eef

Please sign in to comment.