Home
last modified time | relevance | path

Searched +refs:cmake +refs:help +refs:module (Results 1 – 25 of 151) sorted by relevance

1234567

/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/
DOPTIONS_HELP.txt1 .. |file| replace:: The help is printed to a named <f>ile if given.
3 ``--help,-help,-usage,-h,-H,/?``
14 ``--help-full [<f>]``
15 Print all help manuals and exit.
20 ``--help-manual <man> [<f>]``
21 Print one help manual and exit.
26 ``--help-manual-list [<f>]``
27 List help manuals available and exit.
29 The list contains all manuals for which help may be obtained by
30 using the ``--help-manual`` option followed by a manual name.
[all …]
Dcpack.1.rst1 .. cmake-manual-description: CPack Command-Line Reference
23 of the :manual:`cmake <cmake(1)>` command.
26 <cpack-generators(7)>` manual. The command ``cpack --help`` prints a
32 :manual:`CMake language <cmake-language(7)>`. Unless chosen differently
33 through the command-line option ``--config``, the file ``CPackConfig.cmake``
36 In the standard CMake workflow, the file ``CPackConfig.cmake`` is generated
37 by the :manual:`cmake <cmake(1)>` executable, provided the :module:`CPack`
38 module is included by the project's ``CMakeLists.txt`` file.
47 the ``CPackConfig.cmake`` configuration file. If this option is not given,
67 details. By default, ``CPackConfig.cmake`` in the current directory will
[all …]
/aosp_15_r20/device/generic/goldfish-opengl/
Dcmake_transform.py51 def remove_lib_prefix(module): argument
53 if module.startswith("lib"):
54 return module[3:]
56 return module
81 def generate_module(module): argument
83 name = remove_lib_prefix(module["module"])
85 mkfile = os.path.join(module["path"], "Android.mk")
90 make.append("set(%s_src %s)" % (name, " ".join(module["src"])))
91 if module["type"] == "SHARED_LIBRARY":
94 name, " ".join(module["src"])
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/bash-completion/completions/
Dcmake1 # bash completion for cmake(1) -*- shell-script -*-
45 type=$( cmake -LA -N 2>/dev/null | grep "$var:" \
79 COMPREPLY=( $( compgen -W '$( cmake -LA -N 2>/dev/null |
86 COMPREPLY=( $( compgen -W '$( cmake -LA -N | tail -n +2 |
104 COMPREPLY=( $( compgen -W "$( cmake -E help |& sed -n \
113 COMPREPLY=( $( compgen -W '$( cmake --help 2>/dev/null | sed -n \
122 --help-command)
123 COMPREPLY=( $( compgen -W '$( cmake --help-command-list 2>/dev/null|
124 grep -v "^cmake version " )' -- "$cur" ) )
127 --help-manual)
[all …]
Dctest68 _filedir '@(cmake|ctest)'
76 --help-command)
77 COMPREPLY=( $( compgen -W '$( ctest --help-command-list 2>/dev/null|
81 --help-manual)
82 COMPREPLY=( $( compgen -W '$( ctest --help-manual-list 2>/dev/null|
86 --help-module)
87 COMPREPLY=( $( compgen -W '$( ctest --help-module-list 2>/dev/null|
91 --help-policy)
92 COMPREPLY=( $( compgen -W '$( ctest --help-policy-list 2>/dev/null |
96 --help-property)
[all …]
/aosp_15_r20/external/googletest/docs/
H A Dquickstart-cmake.md14 * [CMake](https://cmake.org/) and a compatible build tool for building the
19 [CMake Generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html)
26 [CMake installation guide](https://cmake.org/install).
47 [`FetchContent` CMake module](https://cmake.org/cmake/help/latest/module/FetchContent.html).
51 ```cmake
75 [CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html).
103 ```cmake
123 [`GoogleTest` CMake module](https://cmake.org/cmake/help/git-stage/module/GoogleTest.html).
128 <strong>my_project$ cmake -S . -B build</strong>
134 <strong>my_project$ cmake --build build</strong>
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/docs/
H A Dquickstart-cmake.md14 * [CMake](https://cmake.org/) and a compatible build tool for building the
19 [CMake Generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html)
26 [CMake installation guide](https://cmake.org/install).
47 [`FetchContent` CMake module](https://cmake.org/cmake/help/latest/module/FetchContent.html).
51 ```cmake
75 [CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html).
103 ```cmake
123 [`GoogleTest` CMake module](https://cmake.org/cmake/help/git-stage/module/GoogleTest.html).
128 <strong>my_project$ cmake -S . -B build</strong>
134 <strong>my_project$ cmake --build build</strong>
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/
H A Dquickstart-cmake.md14 * [CMake](https://cmake.org/) and a compatible build tool for building the
19 [CMake Generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html)
26 [CMake installation guide](https://cmake.org/install).
47 [`FetchContent` CMake module](https://cmake.org/cmake/help/latest/module/FetchContent.html).
51 ```cmake
75 [CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html).
103 ```cmake
123 [`GoogleTest` CMake module](https://cmake.org/cmake/help/git-stage/module/GoogleTest.html).
128 <strong>my_project$ cmake -S . -B build</strong>
134 <strong>my_project$ cmake --build build</strong>
/aosp_15_r20/external/llvm/docs/
H A DCMakePrimer.rst22 The official CMake language references is available in the cmake-language
23 manpage and `cmake-language online documentation
24 <https://cmake.org/cmake/help/v3.4/manual/cmake-language.7.html>`_.
55 .. code-block:: cmake
65 .. code-block:: cmake
91 .. code-block:: cmake
104 .. code-block:: cmake
118 .. code-block:: cmake
127 .. code-block:: cmake
138 CMake policies please see the cmake-policies manpage or the `cmake-policies
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/release/
D3.0.rst23 ``cmake --help-command`` and similar command-line options.
27 - :manual:`cmake-buildsystem(7)`
28 - :manual:`cmake-commands(7)`, replacing ``cmakecommands(1)``
30 - :manual:`cmake-developer(7)`
31 - :manual:`cmake-generator-expressions(7)`
32 - :manual:`cmake-generators(7)`
33 - :manual:`cmake-language(7)`
34 - :manual:`cmake-modules(7)`, replacing ``cmakemodules(1)``
35 - :manual:`cmake-packages(7)`
36 - :manual:`cmake-policies(7)`, replacing ``cmakepolicies(1)``
[all …]
D3.3.rst97 * The :module:`CheckFortranCompilerFlag` module was introduced
99 :module:`CheckCCompilerFlag` module already does for ``C``.
101 * The :module:`ExternalData` module learned a new
106 * The :module:`ExternalData` module learned a new ``RECURSE:``
111 * The :module:`ExternalData` module learned a new URL template
117 * The :module:`ExternalProject` module learned to replace tokens
120 * The :module:`ExternalProject` module APIs learned to support
121 :manual:`generator expressions <cmake-generator-expressions(7)>`
124 * The :module:`FindBoost` module now tracks the directories containing
127 * The :module:`FindCUDA` module now defaults to using the static
[all …]
/aosp_15_r20/external/fmtlib/test/cuda-test/
H A DCMakeLists.txt5 # See: https://cmake.org/cmake/help/latest/module/FindCUDA.html#replacement
71 # https://cmake.org/cmake/help/latest/module/FindCUDA.html
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DFindSWIG.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
10 This module finds an installed SWIG and determines its version.
22 The module defines the following variables:
47 .. code-block:: cmake
132 execute_process(COMMAND "${SWIG_EXECUTABLE}" -help
137 message(SEND_ERROR "Command \"${SWIG_EXECUTABLE} -help\" failed with output:\n${_swig_error}")
152 include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake)
160 set(SWIG_USE_FILE "${CMAKE_CURRENT_LIST_DIR}/UseSWIG.cmake")
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/cmake/
Dzlib.cmake19 if(gRPC_ZLIB_PROVIDER STREQUAL "module")
39 message(WARNING "gRPC_ZLIB_PROVIDER is \"module\" but ZLIB_ROOT_DIR is wrong")
42 …message(WARNING "gRPC_INSTALL will be forced to FALSE because gRPC_ZLIB_PROVIDER is \"module\" an…
50 # zlib using cmake ("CONFIG").
51 # See https://cmake.org/cmake/help/v3.6/module/FindZLIB.html
Dssl.cmake19 if(gRPC_SSL_PROVIDER STREQUAL "module")
55 message(WARNING "gRPC_SSL_PROVIDER is \"module\" but BORINGSSL_ROOT_DIR is wrong")
58 …message(WARNING "gRPC_INSTALL will be forced to FALSE because gRPC_SSL_PROVIDER is \"module\" and …
63 # We expect to locate OpenSSL using the built-in cmake module as the openssl
65 # See https://cmake.org/cmake/help/v3.6/module/FindOpenSSL.html
/aosp_15_r20/external/grpc-grpc/cmake/
H A Dzlib.cmake19 if(gRPC_ZLIB_PROVIDER STREQUAL "module")
39 message(WARNING "gRPC_ZLIB_PROVIDER is \"module\" but ZLIB_ROOT_DIR is wrong")
42 …message(WARNING "gRPC_INSTALL will be forced to FALSE because gRPC_ZLIB_PROVIDER is \"module\" an…
50 # zlib using cmake ("CONFIG").
51 # See https://cmake.org/cmake/help/v3.6/module/FindZLIB.html
H A Dssl.cmake19 if(gRPC_SSL_PROVIDER STREQUAL "module")
55 message(WARNING "gRPC_SSL_PROVIDER is \"module\" but BORINGSSL_ROOT_DIR is wrong")
58 …message(WARNING "gRPC_INSTALL will be forced to FALSE because gRPC_SSL_PROVIDER is \"module\" and …
63 # We expect to locate OpenSSL using the built-in cmake module as the openssl
65 # See https://cmake.org/cmake/help/v3.6/module/FindOpenSSL.html
/aosp_15_r20/external/eigen/Eigen/
H A DUmfPackSupport20 * \defgroup UmfPackSupport_Module UmfPackSupport module
22 …* This module provides an interface to the UmfPack library which is part of the <a href="http://ww…
30 …* In order to use this module, the umfpack headers must be accessible from the include paths, and …
32 * For a cmake based project, you can use our FindUmfPack.cmake module to help you in this task.
H A DKLUSupport21 * \defgroup KLUSupport_Module KLUSupport module
23 …* This module provides an interface to the KLU library which is part of the <a href="http://www.su…
31 …* In order to use this module, the klu and btf headers must be accessible from the include paths, …
33 * For a cmake based project, you can use our FindKLU.cmake module to help you in this task.
H A DCholmodSupport20 * \defgroup CholmodSupport_Module CholmodSupport module
22 …* This module provides an interface to the Cholmod library which is part of the <a href="http://ww…
27 * For the sake of completeness, this module also propose the two following classes:
37 …* In order to use this module, the cholmod headers must be accessible from the include paths, and …
39 * For a cmake based project, you can use our FindCholmod.cmake module to help you in this task.
H A DPaStiXSupport25 * \defgroup PaStiXSupport_Module PaStiXSupport module
27 …* This module provides an interface to the <a href="http://pastix.gforge.inria.fr/">PaSTiX</a> lib…
38 …* In order to use this module, the PaSTiX headers must be accessible from the include paths, and y…
41 * For a cmake based project, you can use our FindPaSTiX.cmake module to help you in this task.
/aosp_15_r20/external/angle/third_party/spirv-tools/src/
H A DREADME.md11 The project includes an assembler, binary module parser, disassembler,
84 `spirv-dis --help`.
98 implemented a rule check and the module violates that rule.
107 The validator will fail on a module that exceeds those minimum upper bound limits.
111 See [`tools/val/val.cpp`](tools/val/val.cpp) or run `spirv-val --help` for the command-line help.
194 The reducer simplifies and shrinks a SPIR-V module with respect to a
196 SPIR-V module that cause some SPIR-V compiler to fail with a given
198 version of the module that causes the compiler to fail with the same
211 module, to produce an equivalent module. The original and transformed modules
266 feature](https://help.github.com/articles/tracking-the-progress-of-your-work-with-projects/)
[all …]
/aosp_15_r20/external/angle/third_party/vulkan-headers/src/
H A DCMakeLists.txt55 option(VULKAN_HEADERS_ENABLE_MODULE "Enables building of the Vulkan C++ module" OFF)
58 …message(WARNING "Vulkan C++ module support is requested but was disabled due to lacking support on…
66 FILE_SET module
76 # https://cmake.org/cmake/help/latest/variable/PROJECT_IS_TOP_LEVEL.html
100 install(EXPORT VulkanHeadersConfig NAMESPACE "Vulkan::" DESTINATION "share/cmake/VulkanHeaders")
102 set(version_config "${CMAKE_CURRENT_BINARY_DIR}/generated/VulkanHeadersConfigVersion.cmake")
104 install(FILES "${version_config}" DESTINATION "share/cmake/VulkanHeaders")
/aosp_15_r20/external/pigweed/pw_build/
H A Dcmake.rst1 .. _module-pw_build-cmake:
5 .. pigweed-module-subpage::
19 This will install any required packages, generate cmake build files and invkoke ninja.
27cmake --fresh --debug-output -DCMAKE_MESSAGE_LOG_LEVEL=WARNING -S . -B ./out/cmake -G Ninja -DCMAK…
28 …19:37:10 INF [1/1] Run ==> ninja -C out/cmake pw_apps pw_run_tests.modules pw_run_tests.pw_bluetoo…
30 :ref:`module-pw_watch` works with ``pw build`` as well. You can run the
39 CMake convenience functions are defined in ``pw_build/pigweed.cmake``.
70 See ``pw_build/pigweed.cmake`` for the complete documentation of these
79 :ref:`facades<docs-module-structure-facades>` and backends. Cache variables are
91 ``$ENV{PW_ROOT}/backends.cmake``. This file will setup all the backend targets
[all …]
/aosp_15_r20/external/vulkan-headers/
H A DCMakeLists.txt51 option(VULKAN_HEADERS_ENABLE_MODULE "Enables building of the Vulkan C++ module. Default is true if …
58 FILE_SET module
68 # https://cmake.org/cmake/help/latest/variable/PROJECT_IS_TOP_LEVEL.html
92 install(EXPORT VulkanHeadersConfig NAMESPACE "Vulkan::" DESTINATION "share/cmake/VulkanHeaders")
94 set(version_config "${CMAKE_CURRENT_BINARY_DIR}/generated/VulkanHeadersConfigVersion.cmake")
96 install(FILES "${version_config}" DESTINATION "share/cmake/VulkanHeaders")

1234567