Searched +refs:cmake +refs:mode +refs:cmake +refs:executable (Results 1 – 25 of 102) sorted by relevance
12345
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/ |
D | cpack.1.rst | 1 .. cmake-manual-description: CPack Command-Line Reference 16 The **cpack** executable is the CMake packaging program. It generates 23 of the :manual:`cmake <cmake(1)>` command. 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 80 Put the underlying cmake scripts in trace mode. [all …]
|
D | cmake-buildsystem.7.rst | 1 .. cmake-manual-description: CMake Buildsystem Reference 3 cmake-buildsystem(7) 14 targets. Each target corresponds to an executable or library, or 28 .. code-block:: cmake 36 is defined as an executable formed by compiling and linking ``zipapp.cpp``. 37 When linking the ``zipapp`` executable, the ``archive`` static library is 43 The :command:`add_executable` command defines an executable target: 45 .. code-block:: cmake 51 target as a ``COMMAND`` executable. The buildsystem rules will ensure that 52 the executable is built before attempting to run the command. [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 …]
|
/aosp_15_r20/external/armnn/samples/ObjectDetection/ |
H A D | Readme.md | 22 2. For Delegate file mode following dependencies exist: 34 and add to every cmake command those compiler flags: 41 The application executable binary dynamically links with the following Arm NN libraries: 43 For Arm NN public C++ API mode: 45 For Delegate file mode: 52 1. Inside custom user directory specified by ARMNN_LIB_DIR cmake option. 59 Please see [find_armnn.cmake](./cmake/find_armnn.cmake) for implementation details. 73 The application executable binary dynamically links with the following OpenCV libraries: 89 1. Inside custom user directory specified by OPENCV_LIB_DIR cmake option. 96 Please see [find_opencv.cmake](./cmake/find_opencv.cmake) for implementation details. [all …]
|
/aosp_15_r20/external/flatbuffers/docs/source/ |
H A D | Building.md | 6 The distribution comes with a `cmake` file that should allow 7 you to build project/make files for any platform. For details on `cmake`, see 8 <https://www.cmake.org>. In brief, depending on your platform, use one of 11 cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release 12 cmake -G "Visual Studio 10" -DCMAKE_BUILD_TYPE=Release 13 cmake -G "Xcode" -DCMAKE_BUILD_TYPE=Release 16 executable, essential for the next steps. 19 `CC=/usr/bin/clang CXX=/usr/bin/clang++ cmake -G "Unix Makefiles"`. 21 Optionally, run the `flattests` executable from the root `flatbuffers/` 34 By default all Flatbuffers `cmake` targets are **not** built with the `-Werror` [all …]
|
/aosp_15_r20/external/executorch/examples/xnnpack/ |
H A D | README.md | 27 … ExecuTorch runtime using the `xnn_executor_runner`. With cmake, you first configure your cmake wi… 33 # Get a clean cmake-out directory 34 rm -rf cmake-out 35 mkdir cmake-out 37 # Configure cmake 38 cmake \ 39 -DCMAKE_INSTALL_PREFIX=cmake-out \ 53 cmake --build cmake-out -j9 --target install --config Release 59 ./cmake-out/backends/xnnpack/xnn_executor_runner --model_path ./mv2_xnnpack_fp32.pte 67 Though it is typical to run this quantized mode via XNNPACK delegate, we want to highlight that thi… [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/ |
D | target_link_libraries.rst | 19 .. code-block:: cmake 106 <cmake-generator-expressions(7)>` may evaluate to any of the above 137 See the :manual:`cmake-buildsystem(7)` manual for more on defining 143 .. code-block:: cmake 160 .. code-block:: cmake 178 .. code-block:: cmake 200 .. code-block:: cmake 204 The ``LINK_INTERFACE_LIBRARIES`` mode appends the libraries to the 206 for linking. If policy :policy:`CMP0022` is not ``NEW``, then this mode 210 This signature is for compatibility only. Prefer the ``INTERFACE`` mode [all …]
|
D | separate_arguments.rst | 6 .. code-block:: cmake 8 separate_arguments(<variable> <mode> [PROGRAM [SEPARATE_ARGS]] <args>) 18 They are specified by the ``<mode>`` argument which must 37 Proceeds as in ``WINDOWS_COMMAND`` mode if the host system is Windows. 38 Otherwise proceeds as in ``UNIX_COMMAND`` mode. 43 The first item in ``<args>`` is assumed to be an executable and will be 53 .. code-block:: cmake 66 .. code-block:: cmake 74 .. code-block:: cmake
|
D | install.rst | 75 .. code-block:: cmake 130 .. code-block:: cmake 251 .. code-block:: cmake 282 .. code-block:: cmake 351 This option causes all runtime dependencies of installed executable, shared 362 This option causes all runtime dependencies of installed executable, shared 371 .. code-block:: cmake 396 .. code-block:: cmake 424 :manual:`cmake-generator-expressions(7)` manual for available expressions. 443 .. code-block:: cmake [all …]
|
D | file.rst | 73 .. code-block:: cmake 87 .. code-block:: cmake 135 .. code-block:: cmake 144 .. code-block:: cmake 155 .. code-block:: cmake 168 .. code-block:: cmake 191 Please note that this sub-command is not intended to be used in project mode. 197 .. code-block:: cmake 224 List of executable files to read for dependencies. These are executables that 257 Executable to treat as the "bundle executable" when resolving libraries. On [all …]
|
D | try_run.rst | 13 .. code-block:: cmake 28 executable and returns its exit code in ``<runResultVar>``. If the 29 executable was built, but failed to run, then ``<runResultVar>`` will be 42 the ``cmake`` command-line used to drive the test build. 71 Report the compile build output and the output from running the executable 76 Report the output from running the executable in a given variable. 81 Run the executable in the given directory. If no ``WORKING_DIRECTORY`` is 82 specified, the executable will run in ``<bindir>``. 97 When cross compiling, the executable compiled in the first step 100 cross-compiling mode. If that is the case, it will still try to compile [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/release/ |
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 93 * The :command:`file` command gained a ``SIZE`` mode to get the size 148 determine whether they're running in project mode, script mode, 149 find-package mode, CTest, or CPack. 152 on shared library, module library, and executable targets. Previously it was [all …]
|
D | 3.21.rst | 16 * :manual:`cmake-presets(7)` gained support for specifying the install prefix 19 * :manual:`cmake-presets(7)` gained support for conditional enabling of presets. 21 * :manual:`cmake-presets(7)` gained support for a ``${hostSystemName}`` macro. 23 * :manual:`cmake-presets(7)` gained support for omitting the ``generator`` and 44 :manual:`Compile Features <cmake-compile-features(7)>` functionality gained 52 * :manual:`cmake(1)` gained the ``--install-prefix <dir>`` 55 * :manual:`cmake(1)` gained the ``--toolchain <path/to/file>`` 58 * :manual:`cmake(1)` ``-E capabilities`` output, for some generators, 68 in traditional (``Trad``) mode, and compiler id ``FujitsuClang`` 69 in ``Clang`` mode. [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 145 :manual:`generator expression <cmake-generator-expressions(7)>`. 151 :manual:`generator expression <cmake-generator-expressions(7)>` 156 :manual:`generator expression <cmake-generator-expressions(7)>`. The [all …]
|
D | 3.10.rst | 130 command-line executable. 138 the test (in 'list available tests' mode) at build time to discover tests. 142 executable. Note that a breaking change was made in CMake 3.10.3 to address 181 and the ctest command line :ref:`Dashboard Client` mode (e.g. ``ctest -S``) 182 set it in the ``CTestConfig.cmake`` config file. 222 * The :manual:`cmake(1)` ``-E`` mode gained support for ``sha1sum``, 239 .. _`CMake Issue 17137`: https://gitlab.kitware.com/cmake/cmake/-/issues/17137 251 * The :command:`get_filename_component` ``PROGRAM`` mode semantics 266 * The :manual:`cmake-server(7)` ``codemodel`` response ``crossReferences``
|
D | 3.7.rst | 57 mode to read arguments directly from ``ARGC`` and ``ARGV#`` 98 the sorting mode of the :command:`find_package` command. 149 to executable targets with the :prop_tgt:`ENABLE_EXPORTS` property set. 275 * :manual:`cmake(1)` gained a ``-E capabilities`` option to provide a 277 cmake tool (available generators, etc.). 279 * A new :manual:`cmake-server(7)` mode was added to provide semantic 284 * The :manual:`cmake(1)` command learned a ``--trace-source=<file>`` option. 288 * :manual:`cmake-gui(1)` gained a button to open the generated project file 294 * We no longer provide Linux i386 binaries for download from ``cmake.org`` 297 * Vim support files ``cmake-indent.vim``, ``cmake-syntax.vim``, and [all …]
|
D | 3.17.rst | 16 * :manual:`cmake(1)` gained a :generator:`Ninja Multi-Config` generator, 35 * The :manual:`Compile Features <cmake-compile-features(7)>` functionality 49 * :manual:`cmake(1)` gained a ``--debug-find`` command-line option to 52 * :manual:`cmake(1)` gained a ``--trace-format`` command-line option that 57 * :manual:`cmake(1)` gained a ``-E rm`` command-line tool that can be 71 * The :command:`load_cache(READ_WITH_PREFIX)` command mode is now allowed 72 when using ``cmake -P`` to :ref:`Run a Script <Script Processing Mode>`. 105 print extra ``find_*`` call information during the cmake run to standard 142 :manual:`generator expressions <cmake-generator-expressions(7)>`. 169 the ``CURLConfig.cmake`` package configuration file generated by [all …]
|
D | 3.19.rst | 16 * :manual:`cmake(1)` and :manual:`cmake-gui(1)` now recognize 18 :manual:`cmake-presets(7)`). 75 * The :manual:`cmake-file-api(7)` "codemodel" version 2 ``version`` field has 78 * The :manual:`cmake-file-api(7)` "codemodel" version 2 "target" object 84 * The :manual:`cmake(1)` command-line tool's ``--install`` mode gained a 87 * :manual:`cmake(1)` gained a ``-E create_hardlink`` command-line tool 93 * The :manual:`CMake GUI <cmake-gui(1)>` now has an environment variable 103 * The :command:`cmake_language` command gained a ``DEFER`` mode to 131 resolve the executable to a full path if it can be found. 165 :manual:`generator expressions <cmake-generator-expressions(7)>`. [all …]
|
/aosp_15_r20/external/OpenCL-CTS/ |
H A D | README.md | 34 cmake -S OpenCL-ICD-Loader -B OpenCL-ICD-Loader/build \ 36 cmake --build ./OpenCL-ICD-Loader/build --config Release 39 cmake -S OpenCL-CTS -B OpenCL-CTS/build \ 43 cmake --build OpenCL-CTS/build --config Release 52 See the `--help` output on each executable for the list of sub-tests available, 73 * `--compilation-mode` Selects if OpenCL-C source code should be compiled using 75 testing. Online is the default mode, but also accepts the values `spir-v`, and 78 * `--compilation-cache-mode` Controls how the compiled OpenCL-C source code 84 * `--compilation-program` Accepts a path to an executable (default: 86 compilation of OpenCL-C source code. This executable must match the
|
/aosp_15_r20/external/llvm/docs/ |
H A D | CMake.rst | 11 `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 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 98 $ cmake -DCMAKE_INSTALL_PREFIX=/tmp/llvm -P cmake_install.cmake 110 online help accessible via the ``cmake`` executable itself. Execute ``cmake [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/ |
D | BundleUtilities.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 15 .. code-block:: cmake 36 ``PARENT_SCOPE``. Also depends on ``GetPrerequisites.cmake``. 42 .. code-block:: cmake 67 .. code-block:: cmake 74 .. code-block:: cmake 87 .. code-block:: cmake 91 The result will be the full path name of the bundle's main executable 94 .. code-block:: cmake 99 full path to an executable. If there is no such parent dir, then [all …]
|
D | FindPkgConfig.cmake | 2 # file Copyright.txt or https://cmake.org/licensing for details. 10 Finds the ``pkg-config`` executable and adds the :command:`pkg_get_variable`, 15 True if a pkg-config executable was found. 52 set(PKG_CONFIG_EXECUTABLE "${PKG_CONFIG_FROM_ENV_ARGV0}" CACHE FILEPATH "pkg-config executable") 65 DOC "pkg-config executable") 98 include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) 671 .. code-block:: cmake 786 .. code-block:: cmake 793 .. code-block:: cmake 800 .. code-block:: cmake [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/generator/ |
D | Ninja Multi-Config.rst | 22 ``cmake --build . --config <Config>`` will always use ``build-<Config>.ninja`` 23 to build. If no ``--config`` argument is specified, ``cmake --build .`` will 29 cross-config mode is enabled, ``build-<Config>.ninja`` may contain 32 below for how to enable cross-config mode. 55 .. code-block:: cmake 71 cmake --build . --config Debug --target generated 84 cmake --build . --config Release --target generated:Debug 99 cross-config mode. The ``COMMAND``, ``DEPENDS``, and ``WORKING_DIRECTORY`` 121 .. code-block:: cmake 130 executable targets, and assume that ``$<CONFIG>.txt`` is built in the ``Debug`` [all …]
|
/aosp_15_r20/external/executorch/ |
H A D | CMakeLists.txt | 16 # NOTE: Build options can be configured by passing arguments to cmake. For 17 # example, to enable the EXECUTORCH_BUILD_XNNPACK option, change the cmake 18 # command to 'cmake -DEXECUTORCH_BUILD_XNNPACK=ON ..'. 20 (rm -rf cmake-out \ 21 && mkdir cmake-out \ 22 && cd cmake-out \ 23 && cmake ..) 32 # cmake --build cmake-out -j9 39 # cmake-format -i CMakeLists.txt 41 # It should also be cmake-lint clean. [all …]
|
/aosp_15_r20/external/pytorch/docs/cpp/source/ |
H A D | installing.rst | 34 .. code-block:: cmake 91 cmake -DCMAKE_PREFIX_PATH=/absolute/path/to/libtorch .. 92 cmake --build . --config Release 100 cmake -DCMAKE_PREFIX_PATH=`python3 -c 'import torch;print(torch.utils.cmake_prefix_path)'` .. 108 root@4b5a67132e81:/example-app/build# cmake -DCMAKE_PREFIX_PATH=/path/to/libtorch .. 135 root@4b5a67132e81:/example-app/build# cmake --build . --config Release 138 [100%] Linking CXX executable example-app 153 build your project in debug mode, please try the debug version of LibTorch. 154 Also, make sure you specify the correct configuration in the ``cmake --build .``
|
12345