Home
last modified time | relevance | path

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

12

/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,/?``
6 Usage describes the basic command line interface and its options.
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
[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 …]
Dcmake-generators.7.rst1 .. cmake-manual-description: CMake Generators Reference
3 cmake-generators(7)
21 on certain platforms. The :manual:`cmake(1)` command-line tool ``--help``
24 The :manual:`cmake-gui(1)` offers interactive selection of a generator
35 These generators support command-line build tools. In order to use them,
36 one must launch CMake from a command-line prompt whose environment is
108 Some of the `CMake Generators`_ listed in the :manual:`cmake(1)`
109 command-line tool ``--help`` output may have variants that specify
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
29 or through the command-line option ``-G``.
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,
67 details. By default, ``CPackConfig.cmake`` in the current directory will
[all …]
/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 …]
/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.rst34 * The :command:`add_dependencies` command learned to allow dependencies
39 * The :command:`execute_process` command learned to support specifying
42 * The :command:`file(GLOB)` and :command:`file(GLOB_RECURSE)` commands
46 * The :command:`find_library`, :command:`find_path`, and :command:`find_file`
50 * The :command:`if` command learned a new ``IN_LIST`` operator that
53 * The :command:`install(EXPORT)` and :command:`export()` commands
57 * The :command:`install(TARGETS)` command learned to support
121 :manual:`generator expressions <cmake-generator-expressions(7)>`
156 generators. See the :manual:`cmake-generator-expressions(7)` manual
163 option to help find sporadic test failures.
[all …]
D3.7.rst52 * The :command:`add_custom_command` command gained a new ``DEPFILE``
56 * The :command:`cmake_parse_arguments` command gained a new ``PARSE_ARGV``
58 variables inside a :command:`function` body.
60 * The :command:`export` command gained an ``ANDROID_MK`` option
64 * The :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands gained
67 * The :command:`find_library` and :command:`find_package` commands learned
72 * The :command:`find_package` command gained the possibility of
77 * The :command:`if` command gained new boolean comparison operations
81 * The :command:`install` command gained an ``EXPORT_ANDROID_MK``
85 * The :command:`string(TIMESTAMP)` and :command:`file(TIMESTAMP)`
[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)>`
78 * The :manual:`cmake-file-api(7)` gained a new "toolchains" object
84 * :command:`add_custom_command` and :command:`add_custom_target` now
85 support :manual:`generator expressions <cmake-generator-expressions(7)>`
93 * The :command:`add_custom_command` command gained ``DEPFILE`` support on
96 * The :command:`add_library` command previously prohibited imported object
102 * The :command:`cmake_path` command was added for operations on
105 * The :command:`configure_file` command gained ``USE_SOURCE_PERMISSIONS``
109 * The :command:`file(GENERATE)` command gained a ``NEWLINE_STYLE`` option to
[all …]
D3.1.rst13 * A new :manual:`cmake-compile-features(7)` manual was added.
29 or ``WindowsStore`` on the :manual:`cmake(1)` command-line
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
50 * The :command:`if` command no longer automatically dereferences
57 * The :command:`add_custom_command` command learned to interpret
58 :manual:`cmake-generator-expressions(7)` in arguments to ``DEPENDS``.
60 * The :command:`export(PACKAGE)` command learned to check the
64 * The :command:`file(STRINGS)` command gained a new ``ENCODING``
67 * The :command:`find_package` command learned to check the
[all …]
D3.16.rst17 (``OBJCXX``) languages. They may be enabled via the :command:`project`
18 and :command:`enable_language` commands. When ``OBJC`` or ``OBJCXX``
33 to the executable file. Plugins (created via :command:`add_library` with
34 the ``MODULE`` option) that use :command:`target_link_libraries` to link
36 The :command:`install(TARGETS)` command now installs the import file as
52 * :manual:`cmake(1)` ``-E`` now supports ``true`` and ``false`` commands,
55 * :manual:`cmake(1)` gained a ``--trace-redirect=<file>`` command line
59 * The :manual:`cmake(1)` ``--loglevel`` command line option has been
61 command line options. The ``--loglevel`` option is still supported to
67 * The :command:`add_test` command learned the option ``COMMAND_EXPAND_LISTS``
[all …]
/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DFindSWIG.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
14 :command:`find_package` command, it will also determine supported target
20 refer to the :command:`find_package` command.
41 to be found can be changed from the command line by means of setting
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")
DCheckFortranSourceRuns.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
13 .. command:: check_fortran_source_runs
15 .. code-block:: cmake
24 .. code-block:: cmake
28 This command can help avoid costly build processes when a compiler lacks support
42 The underlying check is performed by the :command:`try_run` command. The
50 command before the contents of ``CMAKE_REQUIRED_FLAGS``.
65 command (see :command:`try_run` for further details).
69 command. These can be the name of system libraries or they can be
70 :ref:`Imported Targets <Imported Targets>` (see :command:`try_run` for
DCheckFortranSourceCompiles.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
12 .. command:: check_fortran_source_compiles
14 .. code-block:: cmake
25 .. code-block:: cmake
29 This command can help avoid costly build processes when a compiler lacks support
33 :command:`check_fortran_source_runs` command to actually run the compiled code.
46 The underlying check is performed by the :command:`try_compile` command. The
54 command before the contents of ``CMAKE_REQUIRED_FLAGS``.
71 command (see :command:`try_compile` for further details).
75 command. These can be the name of system libraries or they can be
[all …]
DCheckIncludeFileCXX.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
10 .. command:: CHECK_INCLUDE_FILE_CXX
12 .. code-block:: cmake
25 string of compile command line flags.
33 a :ref:`;-list <CMake Language Lists>` of options to add to the link command.
36 command. See policy :policy:`CMP0075`.
83 "Run \"cmake --help-policy CMP0075\" for policy details. "
84 "Use the cmake_policy command to set the policy and suppress this warning."
DCheckIncludeFile.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
10 .. command:: CHECK_INCLUDE_FILE
12 .. code-block:: cmake
25 string of compile command line flags.
33 a :ref:`;-list <CMake Language Lists>` of options to add to the link command.
36 command. See policy :policy:`CMP0075`.
84 "Run \"cmake --help-policy CMP0075\" for policy details. "
85 "Use the cmake_policy command to set the policy and suppress this warning."
DCheckIncludeFiles.cmake2 # file Copyright.txt or https://cmake.org/licensing for details.
11 .. command:: CHECK_INCLUDE_FILES
13 .. code-block:: cmake
31 string of compile command line flags.
39 a :ref:`;-list <CMake Language Lists>` of options to add to the link command.
42 command. See policy :policy:`CMP0075`.
124 "Run \"cmake --help-policy CMP0075\" for policy details. "
125 "Use the cmake_policy command to set the policy and suppress this warning."
/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/
Dget_test_property.rst6 .. code-block:: cmake
13 or not (see :command:`define_property`). Non-inherited properties will
15 relevant parent scope as described for the :command:`define_property`
16 command and if still unable to find the property, ``VAR`` will be set to
19 For a list of standard properties you can type ``cmake --help-property-list``.
21 See also the more general :command:`get_property` command.
Dexport.rst6 .. code-block:: cmake
19 using the ``EXPORT`` option of the :command:`install(TARGETS)` command.
21 The file created by this command is specific to the build tree and
22 should never be installed. See the :command:`install(EXPORT)` command to
28 .. code-block:: cmake
52 .. code-block:: cmake
57 for package ``<PackageName>``. The :command:`find_package` command may consider the
60 without help from the user. Note that the entry in the package
61 registry that this command creates works only in conjunction with a
62 package configuration file (``<PackageName>Config.cmake``) that works with the
[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
23 The ``cmake_policy`` command is used to set policies to ``OLD`` or ``NEW``
27 .. code-block:: cmake
52 Note that the :command:`cmake_minimum_required(VERSION)`
53 command implicitly calls ``cmake_policy(VERSION)`` too.
58 .. code-block:: cmake
74 .. code-block:: cmake
86 ``cmake_policy`` command affect only the top of the stack. A new entry on
89 scripts loaded by :command:`include` and :command:`find_package` commands
[all …]
Doption.rst6 .. code-block:: cmake
13 then the command does nothing (see policy :policy:`CMP0077`).
16 the module help for :module:`CMakeDependentOption`.
/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/policy/
DCMP0037.rst6 CMake 2.8.12 and lower allowed creating targets using :command:`add_library`,
7 :command:`add_executable` and :command:`add_custom_target` with unrestricted
8 choice for the target name. Newer cmake features such
9 as :manual:`cmake-generator-expressions(7)` and some
18 Among others these include ``all``, ``clean``, ``help``, and ``install``.
28 if an add_* command is used with an invalid target name.
32 the :command:`cmake_policy` command to set it to ``OLD`` or ``NEW`` explicitly.
/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/variable/
DCMAKE_TLS_VERIFY.rst4 Specify the default value for the :command:`file(DOWNLOAD)` and
5 :command:`file(UPLOAD)` commands' ``TLS_VERIFY`` options.
9 :module:`FetchContent` modules for internal calls to :command:`file(DOWNLOAD)`.
11 TLS verification can help provide confidence that one is connecting
15 .. code-block:: cmake
/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/FindCUDA/
Drun_nvcc.cmake5 # This code is licensed under the MIT License. See the FindCUDA.cmake script
33 # file checks the output of each command and if the command fails it deletes the
56 message(FATAL_ERROR "You must specify generated_file on the command line")
88 # Extra quotes are added around each flag to help nvcc parse out flags with spaces.
99 message(FATAL_ERROR "You must specify generated_cubin_file on the command line")
103 # been chosen by FindCUDA.cmake.
115 # Extra quotes are added around each flag to help nvcc parse out flags with spaces.
136 # cuda_execute_process - Executes a command with optional command echo and status message.
139 # command - COMMAND argument from the usual execute_process argument structure
140 # ARGN - Remaining arguments are the command with arguments
[all …]

12