Home
last modified time | relevance | path

Searched +refs:cmake +refs:line +refs:starts +refs:inside +refs:string (Results 1 – 6 of 6) sorted by relevance

/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/
Dcmake-language.7.rst1 .. cmake-manual-description: CMake Language Reference
3 cmake-language(7)
14 named ``CMakeLists.txt`` or ending in a ``.cmake`` file name extension.
19 * `Scripts`_ (``<script>.cmake``), and
20 * `Modules`_ (``<module>.cmake``).
38 An individual ``<script>.cmake`` source file may be processed
39 in *script mode* by using the :manual:`cmake(1)` command-line tool
49 use the :command:`include` command to load a ``<module>.cmake``
51 See the :manual:`cmake-modules(7)` manual page for documentation
102 Note that any source file line not inside `Command Arguments`_ or
[all …]
/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DBundleUtilities.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
15 .. code-block:: cmake
36 ``PARENT_SCOPE``. Also depends on ``GetPrerequisites.cmake``.
42 .. code-block:: cmake
67 .. code-block:: cmake
74 .. code-block:: cmake
87 .. code-block:: cmake
92 file or an ``error:`` prefixed string if it could not be determined.
94 .. code-block:: cmake
104 .. code-block:: cmake
[all …]
DCPack.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
13 The CPack module generates the configuration files ``CPackConfig.cmake``
14 and ``CPackSourceConfig.cmake``. They are intended for use in a subsequent
33 Source packages (configured through ``CPackSourceConfig.cmake`` and generated
46 :variable:`CPACK_GENERATOR` is a *string naming a single generator*. If you
55 * it includes ``CPackConfig.cmake``
56 * it iterates over the generators given by the ``-G`` command line option,
58 the :variable:`CPACK_GENERATOR` variable set in the ``CPackConfig.cmake``
67 ``CPackConfig.cmake``, cpack will *reset* :variable:`CPACK_GENERATOR`
81 one may call ``cmake --build . --target package`` or ``make package`` or
[all …]
DGetPrerequisites.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
120 is embedded inside a bundle.
194 string(TOLOWER "${file_full}" file_full_lower)
235 # (the string " _file_full_ ") so that just in case the path name of
240 string(REPLACE "${file_full}" " _file_full_ " file_ov "${file_ov}")
241 string(TOLOWER "${file_ov}" file_ov)
288 # in same-level-directories inside the bundle. The parent directory
289 # of an executable inside the bundle should be MacOS or a sibling of
292 # such same-level-directories inside the bundle.
338 string(REPLACE "@executable_path" "${exepath}" ri "${item}")
[all …]
/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Internal/CPack/
DCPackDeb.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
10 message(FATAL_ERROR "CPackDeb.cmake may only be used by CPack internally.")
28 string(TOUPPER "${component}" component_upcase)
30 string(TOLOWER "${CPACK_DEBIAN_${component_upcase}_PACKAGE_NAME}" package_name)
32 string(TOLOWER "${CPACK_DEBIAN_PACKAGE_NAME}-${component}" package_name)
48 string(REGEX MATCH "\\(?SONAME\\)?[^\n]*\\[([^\n]+)\\.so\\.([^\n]*)\\]" soname "${output}")
62 # Get the summary line
80 # Turn the possible multi-line string into a list
81 string(UUID uuid NAMESPACE 00000000-0000-0000-0000-000000000000 TYPE SHA1)
82 string(REPLACE ";" "${uuid}" _text "${TEXT}")
[all …]
/prebuilts/remoteexecution-client/
DCHANGELOG.md168 renormalize line feeds
178 [GH] Fix `-instance` doc in cmd-line-flags.md
510 Add log line indicating local result was used when racing remote fails.
949 Add reproxy version string to our own depscache
951 Add scandeps server string to bridge.cc
984 Add version string to scandeps binaries
1390 Build goma inside docker to ensure a consistent version of clang is used
1484 Update cmd-line-flags doc
1702 Ensure racing-local always starts in a reasonable amount of time
2641 Abstract out coloring of command line output
[all …]