/aosp_15_r20/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,/?`` 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 …]
|
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-generators.7.rst | 1 .. 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
|
D | cpack.1.rst | 1 .. 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 …]
|
/aosp_15_r20/external/llvm/docs/ |
H A D | CMakePrimer.rst | 22 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>`_. 34 of command line build tools as well as for popular IDEs. 47 is a command that matches the pattern _name_(_args_). Commands come in three 55 .. code-block:: cmake 65 .. code-block:: cmake 84 *before* the command being called receives the arguments. This means 86 command. 91 .. code-block:: cmake [all …]
|
H A D | CMake.rst | 11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake 34 We use here the command-line, non-interactive CMake interface. 36 #. `Download <http://www.cmake.org/cmake/resources/software.html>`_ and install 50 #. Execute this command in the shell replacing `path/to/llvm/source/root` with 55 $ cmake path/to/llvm/source/root 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/ |
D | cmake | 1 # 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 …]
|
/aosp_15_r20/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 …]
|
/aosp_15_r20/external/libopus/cmake/ |
H A D | README.md | 5 …ation. You can find the official CMake documentation at [cmake.org/documentation](https://cmake.or… 40 For example, to enable the custom modes and build programs, use the following command: 43 cmake .. -DOPUS_BUILD_PROGRAMS=ON -DOPUS_BUILD_TESTING=ON 49 cmake --build . 92 When reporting an issue, please provide the following information to help us understand and reprodu… 95 2. Steps to reproduce the problem, including the CMake command and any specific configuration optio… 103 We appreciate your help in identifying and addressing any configuration-related problems, ensuring … 112 cmake .. -DCMAKE_TOOLCHAIN_FILE=${ANDROID_HOME}/ndk/25.2.9519653/build/cmake/android.toolchain.cmak… 115 …the [Cross compiling for Android documentation](https://cmake.org/cmake/help/latest/manual/cmake-t… 120 cmake .. -G "Unix Makefiles" -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_ARCHITECTURES=arm64 [all …]
|
/aosp_15_r20/external/protobuf/cmake/ |
H A D | README.md | 5 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: 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" ^ 124 C:\Path\to\build\protobuf\debug>cmake -G "Ninja" ^ [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/cmake/ |
H A D | README.md | 5 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: 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" ^ 124 C:\Path\to\build\protobuf\debug>cmake -G "Ninja" ^ [all …]
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/CMake/ |
H A D | README.md | 6 <https://www.cmake.org/>. 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 30 3. You can then use the CMake command 31 [`add_subdirectory()`](https://cmake.org/cmake/help/latest/command/add_subdirectory.html) 35 [`target_link_libraries()`](https://cmake.org/cmake/help/latest/command/target_link_libraries.html) 39 ```cmake 64 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake 73 cmake -DABSL_USE_GOOGLETEST_HEAD=ON -DABSL_RUN_TESTS=ON .. 87 ```cmake
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | FindSWIG.cmake | 2 # 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")
|
/aosp_15_r20/external/googletest/docs/ |
H A D | quickstart-cmake.md | 14 * [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). 30 commands work on the Windows command line as well. 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> [all …]
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/docs/ |
H A D | quickstart-cmake.md | 14 * [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). 30 commands work on the Windows command line as well. 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> [all …]
|
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/ |
H A D | quickstart-cmake.md | 14 * [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). 30 commands work on the Windows command line as well. 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> [all …]
|
/aosp_15_r20/external/zstd/build/cmake/ |
H A D | README.md | 3 Contributions to the cmake build configurations are welcome. Please 4 use case sensitivity that matches modern (i.e. cmake version 2.6 and above) 10 As cmake doesn't support command like `cmake clean`, it's recommended to perform an "out of source … 13 cd build/cmake 16 cmake .. 19 Then you can clean all cmake caches by simply delete the new directory: 21 rm -rf build/cmake/builddir 24 And of course, you can directly build in build/cmake: 26 cd build/cmake 27 cmake [all …]
|
/aosp_15_r20/external/abseil-cpp/CMake/ |
H A D | README.md | 6 <https://www.cmake.org/>. 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 32 3. You can then use the CMake command 33 [`add_subdirectory()`](https://cmake.org/cmake/help/latest/command/add_subdirectory.html) 37 [`target_link_libraries()`](https://cmake.org/cmake/help/latest/command/target_link_libraries.html) 41 ```cmake 64 ```cmake 106 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake 115 cmake -DABSL_BUILD_TESTING=ON -DABSL_USE_GOOGLETEST_HEAD=ON .. 129 ```cmake [all …]
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/CMake/ |
H A D | README.md | 6 <https://www.cmake.org/>. 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 32 3. You can then use the CMake command 33 [`add_subdirectory()`](https://cmake.org/cmake/help/latest/command/add_subdirectory.html) 37 [`target_link_libraries()`](https://cmake.org/cmake/help/latest/command/target_link_libraries.html) 41 ```cmake 64 ```cmake 106 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake 115 cmake -DABSL_BUILD_TESTING=ON -DABSL_USE_GOOGLETEST_HEAD=ON .. 129 ```cmake [all …]
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/CMake/ |
H A D | README.md | 6 <https://www.cmake.org/>. 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 32 3. You can then use the CMake command 33 [`add_subdirectory()`](https://cmake.org/cmake/help/latest/command/add_subdirectory.html) 37 [`target_link_libraries()`](https://cmake.org/cmake/help/latest/command/target_link_libraries.html) 41 ```cmake 64 ```cmake 106 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake 115 cmake -DABSL_BUILD_TESTING=ON -DABSL_USE_GOOGLETEST_HEAD=ON .. 129 ```cmake [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/CMake/ |
D | README.md | 6 <https://www.cmake.org/>. 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 32 3. You can then use the CMake command 33 [`add_subdirectory()`](https://cmake.org/cmake/help/latest/command/add_subdirectory.html) 37 [`target_link_libraries()`](https://cmake.org/cmake/help/latest/command/target_link_libraries.html) 41 ```cmake 64 ```cmake 106 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake 115 cmake -DABSL_BUILD_TESTING=ON -DABSL_USE_GOOGLETEST_HEAD=ON .. 129 ```cmake [all …]
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/CMake/ |
H A D | README.md | 6 <https://www.cmake.org/>. 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 32 3. You can then use the CMake command 33 [`add_subdirectory()`](https://cmake.org/cmake/help/latest/command/add_subdirectory.html) 37 [`target_link_libraries()`](https://cmake.org/cmake/help/latest/command/target_link_libraries.html) 41 ```cmake 64 ```cmake 106 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake 115 cmake -DABSL_BUILD_TESTING=ON -DABSL_USE_GOOGLETEST_HEAD=ON .. 129 ```cmake [all …]
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/CMake/ |
H A D | README.md | 6 <https://www.cmake.org/>. 18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>) 32 3. You can then use the CMake command 33 [`add_subdirectory()`](https://cmake.org/cmake/help/latest/command/add_subdirectory.html) 37 [`target_link_libraries()`](https://cmake.org/cmake/help/latest/command/target_link_libraries.html) 41 ```cmake 64 ```cmake 106 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake 115 cmake -DABSL_BUILD_TESTING=ON -DABSL_USE_GOOGLETEST_HEAD=ON .. 129 ```cmake [all …]
|
/aosp_15_r20/external/libwebm/ |
H A D | README.libwebm | 3 To build libwebm you must first create project files. To do this run cmake 6 Makefile.unix can be used as a fallback on systems that cmake does not 13 run cmake with the path to the libwebm repo: 15 $ cmake path/to/libwebm 17 On Windows the above command will produce Visual Studio project files for the 19 above command will produce a makefile. 22 the cmake command line. This argument must be followed by the name of a 23 generator. Running cmake with the --help argument will list the available 26 On Mac OS X you would run the following command to generate Xcode projects: 28 $ cmake path/to/libwebm -G Xcode [all …]
|
/aosp_15_r20/external/executorch/examples/apple/mps/ |
H A D | README.md | 16 The following command will lower the EdgeIR to MPS delegate: 22 To see all the options when exporting a model to MPS delegate, use the following command: 24 python3 -m examples.apple.mps.scripts.mps_example --help 31 cmake -DCMAKE_INSTALL_PREFIX=cmake-out \ 38 cmake --build cmake-out -j9 --target install --config Release 39 CMAKE_PREFIX_PATH="${PWD}/cmake-out/lib/cmake/ExecuTorch;${PWD}/cmake-out/third-party/gflags" 41 rm -rf cmake-out/examples/apple/mps 42 cmake \ 49 cmake --build cmake-out/examples/apple/mps -j9 --config Release 52 ./cmake-out/examples/apple/mps/mps_executor_runner --model_path mv2_mps_bundled.pte --bundled_progr… [all …]
|