Searched +refs:cmake +refs:help +refs:list +refs:commands (Results 1 – 22 of 22) sorted by relevance
/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/ |
D | OPTIONS_HELP.txt | 1 .. |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 …]
|
D | cmake.1.rst | 1 .. 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 …]
|
D | cmake-packages.7.rst | 1 .. cmake-manual-description: CMake Packages Reference 3 cmake-packages(7) 27 .. code-block:: cmake 37 .. code-block:: cmake 44 .. code-block:: cmake 54 .. code-block:: cmake 58 or as a separate ``COMPONENTS`` list: 60 .. code-block:: cmake 64 or as a separate ``OPTIONAL_COMPONENTS`` list: 66 .. code-block:: cmake [all …]
|
/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/release/ |
D | 3.0.rst | 23 ``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 …]
|
D | 3.7.rst | 64 * The :command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands gained 67 * The :command:`find_library` and :command:`find_package` commands learned 86 commands gained support for the ``%a`` and ``%b`` placeholders. 128 get the list of logical buildsystem target names added by the 140 get the list of subdirectories added by a project in a directory. 217 commands gained a new ``CAPTURE_CMAKE_ERROR`` option to capture any errors 218 that occur as the commands run into a variable and avoid affecting the return 238 :command:`cpack_ifw_configure_component_group` commands gained a new 239 ``USER_INTERFACES`` option to add a list of additional pages to the IFW 275 * :manual:`cmake(1)` gained a ``-E capabilities`` option to provide a [all …]
|
D | 3.3.rst | 42 * The :command:`file(GLOB)` and :command:`file(GLOB_RECURSE)` commands 47 commands now search in installation prefixes derived from the ``PATH`` 51 evaluates to true if a given element is contained in a named list. 53 * The :command:`install(EXPORT)` and :command:`export()` commands 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. 205 * The :manual:`Compile Features <cmake-compile-features(7)>` functionality 209 * The :manual:`cmake(1)` ``-E tar`` command learned a new 220 * On OS X the :manual:`cmake-gui(1)` no longer has the [all …]
|
D | 3.16.rst | 18 and :command:`enable_language` commands. When ``OBJC`` or ``OBJCXX`` 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 72 ``GET_RUNTIME_DEPENDENCIES``, which allows you to recursively get the list of 77 :command:`find_package`, and :command:`find_program` commands have learned to 106 a list of headers to precompile for faster compilation times. 127 now support :manual:`generator expressions <cmake-generator-expressions(7)>`. 135 a list of headers to precompile for faster compilation times. 143 :manual:`generator expressions <cmake-generator-expressions(7)>`. [all …]
|
D | 3.14.rst | 60 has been added. See the :manual:`cmake-file-api(7)` manual. 61 This is intended to replace the :manual:`cmake-server(7)` mode for IDEs. 72 * The :manual:`cmake(1)` :ref:`Build Tool Mode <Build Tool Mode>` 73 (``cmake --build``) gained ``--verbose`` and ``-v`` options to 77 * The :manual:`cmake(1)` ``-E compare_files`` command learned a new 81 * The :manual:`cmake-gui(1)` dialog gained new ``-S`` and ``-B`` arguments to 107 * The :command:`install(CODE)` and :command:`install(SCRIPT)` commands 115 * The :command:`install(FILES)` and :command:`install(DIRECTORY)` commands 121 * The :command:`list` operations ``REMOVE_ITEM``, ``REMOVE_DUPLICATES``, 123 as the list since these operations on empty lists is also the empty list. [all …]
|
D | 3.1.rst | 13 * 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 58 :manual:`cmake-generator-expressions(7)` in arguments to ``DEPENDS``. 83 :manual:`generator expression <cmake-generator-expressions(7)>`. 102 name may be specified on the :manual:`cmake(1)` command line 129 * New :prop_tgt:`COMPILE_FEATURES` target property may contain a list 145 :manual:`generator expression <cmake-generator-expressions(7)>`. 151 :manual:`generator expression <cmake-generator-expressions(7)>` [all …]
|
D | 3.9.rst | 140 an explicit list of symbols that the linker finds in dependencies 146 * A :module:`CheckIPOSupported` module was added to help projects 187 specified, the dependency on the source files to be optional and the list of 219 :command:`cpack_ifw_configure_component_group` commands gained 254 :manual:`generator expression <cmake-generator-expressions(7)>` 256 :command:`file(GENERATE)` commands. 271 and below. The :manual:`cmake-policies(7)` manual explains that the 307 and custom commands associated with libraries on which the object's target
|
/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/FindCUDA/ |
D | run_nvcc.cmake | 5 # This code is licensed under the MIT License. See the FindCUDA.cmake script 31 # This file runs the nvcc commands to produce the desired output file along with 75 set(CUDA_NVCC_FLAGS @CUDA_NVCC_FLAGS@ ;; @CUDA_WRAP_OPTION_NVCC_FLAGS@) # list 77 set(nvcc_flags @nvcc_flags@) # list 78 set(CUDA_NVCC_INCLUDE_DIRS [==[@CUDA_NVCC_INCLUDE_DIRS@]==]) # list (needs to be in lua quotes to a… 80 set(CUDA_NVCC_COMPILE_DEFINITIONS [==[@CUDA_NVCC_COMPILE_DEFINITIONS@]==]) # list (needs to be in l… 82 set(cuda_language_flag @cuda_language_flag@) # list 84 # Clean up list of include directories and add -I flags 85 list(REMOVE_DUPLICATES CUDA_NVCC_INCLUDE_DIRS) 88 # Extra quotes are added around each flag to help nvcc parse out flags with spaces. [all …]
|
/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | CheckFortranSourceRuns.cmake | 2 # 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 43 compile and link commands can be influenced by setting any of the following 53 A :ref:`;-list <CMake Language Lists>` of compiler definitions of the form 58 A :ref:`;-list <CMake Language Lists>` of header search paths to pass to 64 A :ref:`;-list <CMake Language Lists>` of options to add to the link 68 A :ref:`;-list <CMake Language Lists>` of libraries to add to the link
|
D | CheckFortranSourceCompiles.cmake | 2 # 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 47 compile and link commands can be influenced by setting any of the following 57 A :ref:`;-list <CMake Language Lists>` of compiler definitions of the form 62 A :ref:`;-list <CMake Language Lists>` of header search paths to pass to 70 A :ref:`;-list <CMake Language Lists>` of options to add to the link 74 A :ref:`;-list <CMake Language Lists>` of libraries to add to the link
|
D | FindQt4.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 18 .. code-block:: cmake 41 automatically invoked by :manual:`cmake(1)` if the appropriate conditions 42 are met. See :manual:`cmake-qt(7)` for more. 53 create moc code from a list of files containing Qt class with 58 those found when executing "moc -help". 64 create code from a list of Qt designer ui files. 66 when executing "uic -help" 72 create code from a list of Qt resource files. 74 when executing "rcc -help" [all …]
|
D | FindCUDA.cmake | 8 for compiling CUDA code. Instead, list ``CUDA`` among the languages named 39 ``CUDA_BIN_PATH`` before running cmake (e.g. 130 :manual:`generator expressions <cmake-generator-expressions(7)>`. 137 certain flags give nvcc problems, and this will help you turn the flag 167 Set to ``ON`` to see all the commands used when building the CUDA file. When 177 .. code-block:: cmake 184 .. code-block:: cmake 191 .. code-block:: cmake 207 .. code-block:: cmake 214 .. code-block:: cmake [all …]
|
D | GoogleTest.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 10 This module defines functions to help use the Google Test infrastructure. Two 19 requires re-running CMake to detect changes to the list of tests. 29 Both commands are intended to replace use of :command:`add_test` to register 73 specified ``target`` will be used to obtain the list of sources. 95 that the list of discovered tests is updated. If this behavior is not 101 with the list of discovered test cases. This allows the caller to do 106 .. code-block:: cmake 129 A ;-list of extra arguments to be passed to executable. The entire 130 list must be passed as a single argument. Enclose it in quotes, [all …]
|
D | FindMatlab.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 15 * to run specific commands in Matlab in case Matlab is available 198 given list. Only the existing/accessible paths are kept. This is mainly 253 The variable should be a list of strings, organized by pairs of release 269 The order of entries in this list matters when several versions of 271 this list. 279 include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) 384 list(APPEND ${list_releases} ${CMAKE_MATCH_1}) 401 list(APPEND ${list_versions} ${CMAKE_MATCH_2}) 416 The returned list contains all versions under [all …]
|
D | FetchContent.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 21 configure step to use the content in commands like :command:`add_subdirectory`, 33 .. code-block:: cmake 69 :command:`FetchContent_Populate` commands can be used. These lack the richer 74 .. code-block:: cmake 103 .. code-block:: cmake 135 .. code-block:: cmake 176 .. code-block:: cmake 182 the list, and for each dependency, the following logic is applied: 188 below and move on to the next dependency in the list. [all …]
|
D | FindMPI.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 47 …Compilation options for MPI programs in ``<lang>``, given as a :ref:`;-list <CMake Language Lists>… 49 …Compilation definitions for MPI programs in ``<lang>``, given as a :ref:`;-list <CMake Language Li… 167 disable the entire autodetection process by specifying both a list of libraries in ``MPI_<lang>_LIB… 168 and a list of include directories in ``MPI_<lang>_ADDITIONAL_INCLUDE_DIRS``. 191 …A :ref:`;-list <CMake Language Lists>` of paths needed in addition to the normal include directori… 195 …A :ref:`;-list <CMake Language Lists>` of ``<include_name>`` that will be added to the include loc… 202 …A :ref:`;-list <CMake Language Lists>` of ``<lib_name>`` that will be added to the include locatio… 269 include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) 294 list(APPEND _MPI_C_GENERIC_COMPILER_NAMES mpicc.bat) [all …]
|
/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/ |
D | install.rst | 69 Specify a list of build configurations for which the install rule 75 .. code-block:: cmake 130 .. code-block:: cmake 251 .. code-block:: cmake 282 .. code-block:: cmake 342 This option specifies a list of directories which will be added to the 371 .. code-block:: cmake 396 .. code-block:: cmake 424 :manual:`cmake-generator-expressions(7)` manual for available expressions. 443 .. code-block:: cmake [all …]
|
/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/cpack_gen/ |
D | ifw.rst | 26 QtIFW command-line utilities, and defines several commands to 239 The list of remote repositories. 319 The variable will be cached in the ``CPackConfig.cmake`` file and used at 356 The help page of the :module:`CPackComponent` module, especially the section 381 .. code-block:: cmake
|
/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/FindPython/ |
D | Support.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 34 include (${CMAKE_CURRENT_LIST_DIR}/../FindPackageHandleStandardArgs.cmake) 37 # helper commands 79 list( APPEND ${_PYTHON_BASENAME}_LIBRARIES optimized "${_PYTHON_libname}") 82 list( APPEND ${_PYTHON_BASENAME}_LIBRARIES debug "${_PYTHON_libname}") 103 list (REMOVE_DUPLICATES _pff_frameworks) 109 …list (APPEND _${_PYTHON_PREFIX}_${_pff_implementation}_FRAMEWORKS ${_pff_framework}/Python${_${_PY… 112 …list (APPEND _${_PYTHON_PREFIX}_${_pff_implementation}_FRAMEWORKS ${_pff_framework}/Python.framewo… 118 …list (APPEND _${_PYTHON_PREFIX}_${_pff_implementation}_FRAMEWORKS ${_pff_framework}/IronPython.fra… 143 list (APPEND framework_paths "${framework}/Versions/${version}") [all …]
|