Home
last modified time | relevance | path

Searched +refs:cmake +refs:help +refs:list +refs:commands (Results 1 – 25 of 84) sorted by relevance

1234

/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 …]
/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>`_.
48 primary types: language-defined (commands implemented in C++ in CMake), defined
55 .. code-block:: cmake
65 .. code-block:: cmake
85 dereferencing a list results in multiple separate arguments being passed to the
91 .. code-block:: cmake
104 .. code-block:: cmake
115 One big "Gotcha" with variable dereferencing is that ``if`` commands implicitly
[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.7.rst64 * 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 …]
D3.3.rst42 * 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 …]
D3.16.rst18 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 …]
D3.14.rst60 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 …]
/aosp_15_r20/external/pytorch/cmake/Modules_CUDA_fix/upstream/FindCUDA/
H A Drun_nvcc.cmake5 # 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
76 set(CUDA_NVCC_FLAGS @CUDA_NVCC_FLAGS@ ;; @CUDA_WRAP_OPTION_NVCC_FLAGS@) # list
78 set(nvcc_flags @nvcc_flags@) # list
79 set(CUDA_NVCC_INCLUDE_DIRS [==[@CUDA_NVCC_INCLUDE_DIRS@]==]) # list (needs to be in lua quotes to a…
81 set(CUDA_NVCC_COMPILE_DEFINITIONS [==[@CUDA_NVCC_COMPILE_DEFINITIONS@]==]) # list (needs to be in l…
83 set(cuda_language_flag @cuda_language_flag@) # list
85 # Clean up list of include directories and add -I flags
86 list(REMOVE_DUPLICATES CUDA_NVCC_INCLUDE_DIRS)
89 # Extra quotes are added around each flag to help nvcc parse out flags with spaces.
[all …]
/aosp_15_r20/external/openthread/examples/platforms/simulation/
H A DREADME.md10 $ cmake -GNinja -DOT_PLATFORM=simulation ..
28 2. Type `help` for list of commands.
31 > help
32 help
/aosp_15_r20/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
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 …]
/aosp_15_r20/external/rust/beto-rust/nearby/presence/
DREADME.md100 running with `--help` to see all args.
130 From the root directory run the following commands to build and run the C
134 mkdir -p cmake-build && cd cmake-build
135 cmake ..
143 use the following commands to run the tests, from root of repo:
146 mkdir -p cmake-build && cd cmake-build
147 cmake .. -DENABLE_TESTS=TRUE
168 - `cargo fuzz list` to list available fuzzers
173 Build cmake project with `-DENABLE_FUZZ=true`<br>
180 - The `corpus` directory provides seed data to help the fuzzer generate
/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
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
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
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
/aosp_15_r20/external/mbedtls/
H A DCMakeLists.txt8 # that targets are built using the proper list of include directories.
25 # https://cmake.org/cmake/help/latest/policy/CMP0011.html
29 # https://cmake.org/cmake/help/latest/policy/CMP0012.html
82 # Warning string - created as a list for compatibility with CMake 2.8
117 # If this is the root project add longer list of available CMAKE_BUILD_TYPE values
162 # Split into a list on '.' (but a cmake list is just a ';'-separated string)
165 list(LENGTH ext_parts ext_parts_len)
168 list(REMOVE_AT ext_parts ${ext_parts_last_item})
343 # cmake -D CMAKE_BUILD_TYPE=Coverage /path/to/source && make
365 # keep things simple with the sed commands in the memcheck target.
[all …]
/aosp_15_r20/external/armnn/src/dynamic/
H A DREADME.md19 cmake -DARMNN_PATH=${ARMNN_PATH}/libarmnn.so ..
33 A list of (absolute) paths can be specified at compile-time by setting a define named ```DYNAMIC_BA…
34 in the form of a colon-separated list of strings.
66 …d-tool/README.md) with the following additional comma-separated **--armnn-cmake-args** in the **BU…
68 --armnn-cmake-args='-DSAMPLE_DYNAMIC_BACKEND=1,-DDYNAMIC_BACKEND_PATHS=/tmp/armnn/sample_dynamic_ba…
71 Then the sample dynamic backend can be built standalone using the following commands:
76 cmake -DARMNN_PATH=${ARMNN_BUILD_PATH}/libarmnn.so ..
95 [doctest] run with "--help" for options
/aosp_15_r20/external/vulkan-validation-layers/
H A DCONTRIBUTING.md13 there are always opportunities for anyone to help by contributing additional validation layer checks
17 * Examine the [issues list](https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues)
20 command line argument to see a list of as-yet unimplemented validation checks.
47 This will involve [forking the repository](https://help.github.com/articles/fork-a-repo/),
48 …creating a branch with your commits, and then [submitting a pull request](https://help.github.com/…
114commands driven by the [.travis.yml](https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/…
144 #### Coding Conventions for [CMake](http://cmake.org) files
152 [cmake-format](https://github.com/cheshirekow/cmake_format)
153 using the `.cmake-format.py` file in the repository to define the settings.
154 See the cmake-format page for information about its simple markup for comments.
[all …]
/aosp_15_r20/external/lz4/
H A DNEWS16 build: cmake minimum version raised to 3.5
17 build: cmake improvements, by @foxeng, @Ohjurot, @LocalSpook, @teo-tsirpanis, @ur4t and @t-mat
20 build: Visual Studio solutions generated by `cmake` via scripts
33 cli : `--list` works on `stdin` input, by @Low-power
35 cli : fix: `--test` and `--list` produce an error code when parsing invalid input
62 build: contrib/cmake_unofficial/ moved to build/cmake/
78 cli : --list supports multi-frames files, by @gstedman
81 misc: Integration into oss-fuzz by @cmeister2, expanded list of scenarios by @terrelln
86 cli : added command --list, based on a patch by @gabrielstedman
158 build : cmake : improvements by Michał Górny (#296)
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DCMakeLists.txt8 # that targets are built using the proper list of include directories.
25 # https://cmake.org/cmake/help/latest/policy/CMP0011.html
29 # https://cmake.org/cmake/help/latest/policy/CMP0012.html
88 # Warning string - created as a list for compatibility with CMake 2.8
128 # If this is the root project add longer list of available CMAKE_BUILD_TYPE values
173 # Split into a list on '.' (but a cmake list is just a ';'-separated string)
176 list(LENGTH ext_parts ext_parts_len)
179 list(REMOVE_AT ext_parts ${ext_parts_last_item})
367 # cmake -D CMAKE_BUILD_TYPE=Coverage /path/to/source && make
389 # keep things simple with the sed commands in the memcheck target.
[all …]
/aosp_15_r20/external/libogg/
H A DREADME.md78 executing the following commands, or something similar depending on
90 Ogg supports building using [CMake](http://www.cmake.org/). CMake is a meta build system that gener…
91 … just run cmake replacing `YOUR-PROJECT-GENERATOR` with a proper generator from a list [here](http…
95 cmake -G YOUR-PROJECT-GENERATOR ..
97 Note that by default cmake generates projects that will build static libraries.
100 cmake -G YOUR-PROJECT-GENERATOR -DBUILD_SHARED_LIBS=1 ..
108 cmake -G "Visual Studio 12 2013" ..
114 cmake -G Xcode -DBUILD_FRAMEWORK=1 ..
120 cmake ..
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/
H A DDockerfile.rocm20 …arch=amd64] $ROCM_DEB_REPO $ROCM_BUILD_NAME $ROCM_BUILD_NUM" > /etc/apt/sources.list.d/rocm.list; \
22 …usted=yes] $ROCM_DEB_REPO $ROCM_BUILD_NAME $ROCM_BUILD_NUM" > /etc/apt/sources.list.d/rocm.list ; \
32 cmake \
33 cmake-qt-gui \
82 # Add target file to help determine which device(s) to build for
88 # As a consequence ROCM_PATH is sometimes not set for the hipcc commands.
/aosp_15_r20/external/cronet/third_party/boringssl/src/
H A DBUILDING.md17 * [CMake](https://cmake.org/download/) 3.12 or later is required.
36 Using Ninja (note the 'N' is capitalized in the cmake invocation):
38 cmake -GNinja -B build
43 cmake -B build
47 assertions are included. Pass `-DCMAKE_BUILD_TYPE=Release` to `cmake` to
50 cmake -GNinja -B build -DCMAKE_BUILD_TYPE=Release
54 Intel in `util/`. Wipe out the build directory, run `cmake` like this:
56 cmake -B build -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja
67 See [CMake's documentation](https://cmake.org/cmake/help/v3.4/manual/cmake-variables.7.html)
70 You usually don't need to run `cmake` again after changing `CMakeLists.txt`
[all …]
/aosp_15_r20/external/boringssl/src/
H A DBUILDING.md17 * [CMake](https://cmake.org/download/) 3.12 or later is required.
36 Using Ninja (note the 'N' is capitalized in the cmake invocation):
38 cmake -GNinja -B build
43 cmake -B build
47 assertions are included. Pass `-DCMAKE_BUILD_TYPE=Release` to `cmake` to
50 cmake -GNinja -B build -DCMAKE_BUILD_TYPE=Release
54 Intel in `util/`. Wipe out the build directory, run `cmake` like this:
56 cmake -B build -DCMAKE_TOOLCHAIN_FILE=../util/32-bit-toolchain.cmake -GNinja
67 See [CMake's documentation](https://cmake.org/cmake/help/v3.4/manual/cmake-variables.7.html)
70 You usually don't need to run `cmake` again after changing `CMakeLists.txt`
[all …]
/aosp_15_r20/external/swiftshader/
H A DREADME.md20 …://cmake.org/download/) for Linux, macOS, or Windows and use either [the GUI](https://cmake.org/ru…
23 cmake ..
24 cmake --build . --parallel
28 …Tip: Set the [CMAKE_BUILD_PARALLEL_LEVEL](https://cmake.org/cmake/help/latest/envvar/CMAKE_BUILD_P…
33cmake-projects-in-visual-studio?view=vs-2019#ide-integration) in the Solution Explorer and select …
102 Public mailing list: [[email protected]](https://groups.google.com/forum/#!forum/swiftsh…
119 …](CONTRIBUTORS.txt) contains a list of names of individuals who have contributed to SwiftShader. I…
/aosp_15_r20/external/deqp/external/openglcts/
H A DREADME.md132 file `targets/my_target/my_target.cmake`.
147 |android | Used in Android build. Requires use of suitable toolchain file (see `cmake/` directory) |
155 **Example target file (targets/null/null.cmake):**
206 …est files in the test Before building with this set (if GTF module is present), run these commands:
212 In your target `.cmake` file add
264 cmake <path to VK-GL-CTS> -DDEQP_TARGET=default -G"<Generator Name>"
265 cmake --build external/openglcts
269 option to you cmake command, e.g.:
271 cmake <path to VK-GL-CTS> -DDEQP_TARGET=default -DGLCTS_GTF_TARGET=<target> -G"<Generator Name>"
277 the `cmake --build external/openglcts` command.
[all …]

1234