Home
last modified time | relevance | path

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

123456789

/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 …]
Dcmake.1.rst1 .. cmake-manual-description: CMake Command-Line Reference
3 cmake(1)
12 cmake [<options>] <path-to-source>
13 cmake [<options>] <path-to-existing-build>
14 cmake [<options>] -S <path-to-source> -B <path-to-build>
17 cmake --build <dir> [<options>] [-- <build-tool-options>]
20 cmake --install <dir> [<options>]
23 cmake --open <dir>
26 cmake [{-D <var>=<value>}...] -P <cmake-script-file>
29 cmake -E <command> [<options>]
[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
28 to be used can be selected through the :variable:`CPACK_GENERATOR` variable
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`
47 the ``CPackConfig.cmake`` configuration file. If this option is not given,
48 the :variable:`CPACK_GENERATOR` variable determines the default set of
[all …]
/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
81 strings throughout evaluation. Wrapping a variable in ``${}`` dereferences it
83 this as "variable evaluation" in their documentation. Dereferences are performed
91 .. code-block:: cmake
97 Dereferencing an unset variable results in an empty expansion. It is a common
99 code paths that the variable isn't set. There are examples of this throughout
[all …]
H A DCMake.rst11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake
36 #. `Download <http://www.cmake.org/cmake/resources/software.html>`_ and install
40 through the PATH environment variable.
55 $ cmake path/to/llvm/source/root
67 environment variable, for instance. You can force CMake to use a given build
75 $ cmake --build .
77 The ``--build`` option tells ``cmake`` to invoke the underlying build
87 $ cmake --build . --target install
90 the ``--build`` option tells ``cmake`` to build the ``install`` target.
93 by invoking the ``cmake_install.cmake`` script generated in the
[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:" \
78 # complete variable names
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" ) )
[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/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.rst48 environment variable.
64 :variable:`CMAKE_Fortran_COMPILER_VERSION <CMAKE_<LANG>_COMPILER_VERSION>`
65 variable.
68 :variable:`CMAKE_VS_INCLUDE_INSTALL_TO_DEFAULT_BUILD` option
76 :variable:`CMAKE_CROSSCOMPILING_EMULATOR` variable were introduced
81 :variable:`CMAKE_<LANG>_INCLUDE_WHAT_YOU_USE` variable were introduced
102 :variable:`ExternalData_NO_SYMLINKS` option to disable use of
114 :variable:`ExternalData_URL_ALGO_<algo>_<key>` variables.
121 :manual:`generator expressions <cmake-generator-expressions(7)>`
156 generators. See the :manual:`cmake-generator-expressions(7)` manual
[all …]
D3.7.rst42 learned to honor a new :variable:`CMAKE_Swift_LANGUAGE_VERSION` variable
46 :variable:`CMAKE_CODELITE_USE_TARGETS` option
74 setting the two new variables :variable:`CMAKE_FIND_PACKAGE_SORT_ORDER`
75 and :variable:`CMAKE_FIND_PACKAGE_SORT_DIRECTION`.
90 configuration-specific flags (e.g. :variable:`CMAKE_<LANG>_FLAGS_DEBUG`)
97 * Variable :variable:`CMAKE_FIND_PACKAGE_SORT_ORDER` was added to control
100 * Variable :variable:`CMAKE_FIND_PACKAGE_SORT_DIRECTION` was added to control
103 * :variable:`Toolchain files <CMAKE_TOOLCHAIN_FILE>` may now set a
104 :variable:`CMAKE_<LANG>_FLAGS_INIT` variable to initialize the
105 :variable:`CMAKE_<LANG>_FLAGS` cache entry the first time a language is
[all …]
D3.20.rst16 * :manual:`cmake-presets(7)` gained support for build and test presets.
29 or via the :manual:`Compile Features <cmake-compile-features(7)>`
35 * The :envvar:`CUDAARCHS` environment variable was added for initializing
36 :variable:`CMAKE_CUDA_ARCHITECTURES`. Useful in cases where the compiler
64 They now have similar behavior, though some variable names differ.
69 - The default :variable:`CMAKE_BUILD_TYPE` for Android is
72 - The :variable:`CMAKE_ANDROID_NDK_VERSION` variable was added to
78 * The :manual:`cmake-file-api(7)` gained a new "toolchains" object
85 support :manual:`generator expressions <cmake-generator-expressions(7)>`
117 support :manual:`generator expressions <cmake-generator-expressions(7)>`.
[all …]
D3.1.rst13 * A new :manual:`cmake-compile-features(7)` manual was added.
28 :variable:`CMAKE_SYSTEM_NAME` variable to ``WindowsPhone``
29 or ``WindowsStore`` on the :manual:`cmake(1)` command-line
30 or in a :variable:`CMAKE_TOOLCHAIN_FILE` to activate these platforms.
31 Also set :variable:`CMAKE_SYSTEM_VERSION` to ``8.0`` or ``8.1`` to
39 the :variable:`CMAKE_SYSTEM_NAME` variable to ``Android`` on the
40 :manual:`cmake(1)` command-line or in a :variable:`CMAKE_TOOLCHAIN_FILE`
46 * The :manual:`cmake-language(7)` syntax for :ref:`Variable References` and
58 :manual:`cmake-generator-expressions(7)` in arguments to ``DEPENDS``.
61 :variable:`CMAKE_EXPORT_NO_PACKAGE_REGISTRY` variable to skip
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ci/
H A Drun-buildbot23 [-h|--help] Display this help and exit.
37 variable is optional.
40 variable is optional.
42 CMAKE The CMake binary to use. This variable is optional.
47 ENABLE_CLANG_TIDY Whether to compile and run clang-tidy checks. This variable
60 -h|--help)
103 if xcrun --find cmake &>/dev/null; then
118 function generate-cmake-base() {
134 function generate-cmake() {
135 generate-cmake-base \
[all …]
/aosp_15_r20/external/eigen/doc/
H A DTopicCMakeGuide.dox15 \code{.cmake}
28 $ cmake path-to-example-directory
35 …t to set the <a href="https://cmake.org/cmake/help/v3.7/variable/CMAKE_PREFIX_PATH.html">\c CMAKE_…
37 $ cmake path-to-example-directory -DCMAKE_PREFIX_PATH=$HOME/mypackages
39 … alternative is to set the \c Eigen3_DIR cmake's variable to the respective path containing the \c…
41 $ cmake path-to-example-directory -DEigen3_DIR=$HOME/mypackages/share/eigen3/cmake/
46 \code{.cmake}
/aosp_15_r20/external/protobuf/cmake/
H A DREADME.md5 You need to have [CMake](http://www.cmake.org), [Visual Studio](https://www.visualstudio.com)
31 If *cmake* command is not available from *Command Prompt*, add it to system *PATH* variable:
35 If *git* command is not available from *Command Prompt*, add it to system *PATH* variable:
39 …ly, you will want to download [ninja](https://ninja-build.org/) and add it to your *PATH* variable.
83 [generators](http://www.cmake.org/cmake/help/latest/manual/cmake-generators.7.html)
88 * [Makefile](http://www.cmake.org/cmake/help/latest/manual/cmake-generators.7.html#makefile-generat…
91 * [Visual Studio](http://www.cmake.org/cmake/help/latest/manual/cmake-generators.7.html#visual-stud…
94 * [Ninja](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#ninja-generator)
98 …directly CMake-based projects](https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual…
114 C:\Path\to\build\protobuf\release>cmake -G "NMake Makefiles" ^
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/cmake/
H A DREADME.md5 You need to have [CMake](http://www.cmake.org), [Visual Studio](https://www.visualstudio.com)
31 If *cmake* command is not available from *Command Prompt*, add it to system *PATH* variable:
35 If *git* command is not available from *Command Prompt*, add it to system *PATH* variable:
39 …ly, you will want to download [ninja](https://ninja-build.org/) and add it to your *PATH* variable.
83 [generators](http://www.cmake.org/cmake/help/latest/manual/cmake-generators.7.html)
88 * [Makefile](http://www.cmake.org/cmake/help/latest/manual/cmake-generators.7.html#makefile-generat…
91 * [Visual Studio](http://www.cmake.org/cmake/help/latest/manual/cmake-generators.7.html#visual-stud…
94 * [Ninja](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html#ninja-generator)
98 …directly CMake-based projects](https://docs.microsoft.com/en-us/cpp/build/cmake-projects-in-visual…
114 C:\Path\to\build\protobuf\release>cmake -G "NMake Makefiles" ^
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/
Dcmake_host_system_information.rst6 .. code-block:: cmake
8 cmake_host_system_information(RESULT <variable> QUERY <key> ...)
10 Queries system information of the host system on which cmake runs.
12 queried. The list of queried values is stored in ``<variable>``.
118 See :variable:`CMAKE_HOST_SYSTEM_NAME`
133 See :variable:`CMAKE_HOST_SYSTEM_PROCESSOR`
138 Read :file:`/etc/os-release` file and define the given ``<variable>``
144 Get the ``<name>`` variable (see `man 5 os-release`_) if it exists in the
149 .. code-block:: cmake
171 -- DISTRO_SUPPORT_URL=`https://help.ubuntu.com/`
[all …]
Dexport.rst6 .. code-block:: cmake
28 .. code-block:: cmake
46 multiple architectures are listed in :variable:`CMAKE_OSX_ARCHITECTURES`.
52 .. code-block:: cmake
60 without help from the user. Note that the entry in the package
62 package configuration file (``<PackageName>Config.cmake``) that works with the
68 If the :variable:`CMAKE_EXPORT_NO_PACKAGE_REGISTRY` variable
75 :variable:`CMAKE_EXPORT_PACKAGE_REGISTRY` variable to add build directories
78 .. code-block:: cmake
84 This signature exports cmake built targets to the android ndk build system
[all …]
Dcmake_policy.rst4 Manage CMake Policy settings. See the :manual:`cmake-policies(7)`
9 The CMake Policy mechanism is designed to help keep existing projects
27 .. code-block:: cmake
48 :variable:`CMAKE_POLICY_DEFAULT_CMP<NNNN>` variable sets a default).
58 .. code-block:: cmake
74 .. code-block:: cmake
76 cmake_policy(GET CMP<NNNN> <variable>)
79 The output ``<variable>`` value will be ``OLD`` or ``NEW`` if the
95 .. code-block:: cmake
/aosp_15_r20/external/pigweed/pw_build/
H A Dcmake.rst1 .. _module-pw_build-cmake:
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…
39 CMake convenience functions are defined in ``pw_build/pigweed.cmake``.
70 See ``pw_build/pigweed.cmake`` for the complete documentation of these
84 The ``pw_add_module_facade`` function declares a cache variable named
91 ``$ENV{PW_ROOT}/backends.cmake``. This file will setup all the backend targets
99 target's toolchain file. The toolchain file is provided to ``cmake`` with
103 * Set the backend variable at the command line with the ``-D`` option.
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCheckFortranSourceRuns.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
15 .. code-block:: cmake
24 .. code-block:: cmake
28 This command can help avoid costly build processes when a compiler lacks support
35 successfully, the internal cache variable specified by ``<resultVar>`` will
48 :variable:`CMAKE_Fortran_FLAGS <CMAKE_<LANG>_FLAGS>` and its associated
49 configuration-specific variable are automatically added to the compiler
74 If this variable evaluates to a boolean true value, all status messages
77 The check is only performed once, with the result cached in the variable
80 In order to force the check to be re-evaluated, the variable named by
DCheckFortranSourceCompiles.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
14 .. code-block:: cmake
25 .. code-block:: cmake
29 This command can help avoid costly build processes when a compiler lacks support
36 variable ``<resultVar>``, with a boolean true value for success and boolean
52 :variable:`CMAKE_Fortran_FLAGS <CMAKE_<LANG>_FLAGS>` and its associated
53 configuration-specific variable are automatically added to the compiler
80 If this variable evaluates to a boolean true value, all status messages
83 The check is only performed once, with the result cached in the variable
86 In order to force the check to be re-evaluated, the variable named by
/aosp_15_r20/external/gflags/cmake/
H A Dutils.cmake55 ## Add gflags configuration variable
59 # variable. When gflags is a subproject of another project (GFLAGS_IS_SUBPROJECT),
60 # the variable is not added to the CMake cache. Otherwise it is cached.
62 # note that ARGC must be expanded here, as it is not a "real" variable
84 ## Set property of cached gflags configuration variable
88 # note that property must be expanded here, as it is not a "real" variable
104 ## Modify value of gflags configuration variable
153 # expected exit status. Moreover, the execute_test.cmake script
164 -P "${PROJECT_SOURCE_DIR}/cmake/execute_test.cmake"
174 # package is located in order to help CMake find the package in a custom
[all …]
/aosp_15_r20/external/gflags/
H A DREADME.md43 to do so, while the flag variable names are required to use underscores.
60 This can be overridden using the CMake variable GFLAGS_NAMESPACE.
63 CMake modules FindThreads.cmake and CheckTypeSize.cmake. These have
81 and adds a separate GFLAGS\_INCLUDE\_DIR CMake variable to the build configuration.
95 configured via the GFLAGS\_NAMESPACE variable.
125 [cmake-migration](https://github.com/schuhschuh/gflags/tree/cmake-migration) branch.
155 is the migration from autotools to [CMake](http://www.cmake.org/).
157 [cmake-migration](https://github.com/schuhschuh/gflags/tree/cmake-migration)
199 very long --help strings, and some other minor [changes](ChangeLog.txt).
227 from 1.4, including some slightly better reporting in --help, and
[all …]
/aosp_15_r20/external/flatbuffers/
H A D.gitignore32 **/cmake_install.cmake
35 **/CMakeTestfile.cmake
36 **/CPackConfig.cmake
37 **/CPackSourceConfig.cmake
80 CTestTestfile.cmake
81 FlatBuffersConfigVersion.cmake
142 .cmake/
150 # https://cmake.org/cmake/help/latest/module/FetchContent.html#variable:FETCHCONTENT_BASE_DIR

123456789