Home
last modified time | relevance | path

Searched full:cmake (Results 1 – 25 of 5945) sorted by relevance

12345678910>>...238

/aosp_15_r20/prebuilts/cmake/linux-x86/share/emacs/site-lisp/
Dcmake-mode.el1 ;;; cmake-mode.el --- major-mode for editing CMake sources
6 ; file Copyright.txt or https://cmake.org/licensing for details.
13 ;; *.cmake source files.
17 ;; (setq load-path (cons (expand-file-name "/dir/with/cmake-mode") load-path))
18 ;; (require 'cmake-mode)
24 ;; cmake executable variable used to run cmake --help-command
25 ;; on commands in cmake-mode
27 ;; cmake-command-help Written by James Bigler
33 (defcustom cmake-mode-cmake-executable "cmake"
34 "*The name of the cmake executable.
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ci/
H A Drun-buildbot36 CC The C compiler to use, this value is used by CMake. This
39 CXX The C++ compiler to use, this value is used by CMake. This
42 CMAKE The CMake binary to use. This variable is optional.
87 # If we can find Ninja/CMake provided by Xcode, use those since we know their
89 # knows about -std=c++20, the CMake bundled in Xcode will probably know about
96 # TODO MODULES Is this still needed when CMake has libc++ module support?
102 if [ -z "${CMAKE}" ]; then
103 if xcrun --find cmake &>/dev/null; then
104 CMAKE="$(xcrun --find cmake)"
106 CMAKE="cmake"
[all …]
/aosp_15_r20/external/llvm/docs/
H A DCMakePrimer.rst2 CMake Primer
10 anyone affiliated with the CMake project. This document may contain
18 The LLVM project and many of the core projects built on LLVM build using CMake.
19 This document aims to provide a brief overview of CMake for developers modifying
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>`_.
29 CMake is a tool that reads script files in its own language that describe how a
30 software project builds. As CMake evaluates the scripts it constructs an
32 fully processed, if there are no errors, CMake will generate build files to
[all …]
H A DCMake.rst2 Building LLVM with CMake
11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake
20 `Quick start`_ section. If you are a CMake novice, start with `Basic CMake usage`_
23 you already have experience with CMake, this is the recommended starting point.
25 This page is geared towards users of the LLVM CMake build. If you're looking for
26 information about modifying the LLVM CMake build system you may want to see the
27 :doc:`CMakePrimer` page. It has a basic overview of the CMake language.
34 We use here the command-line, non-interactive CMake interface.
36 #. `Download <http://www.cmake.org/cmake/resources/software.html>`_ and install
37 CMake. Version 3.4.3 is the minimum required.
[all …]
/aosp_15_r20/external/libwebsockets/
H A D.sai.json9 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 …
12 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 …
15 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 …
18 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 …
21 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 …
24 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 …
28 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 …
31 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && make -j4 …
34 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G RPM\";cmake .. ${cmake} && make -j4 …
37 …server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G ZIP\";cmake .. ${cmake} && make -j4 …
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/
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-packages.7.rst1 .. cmake-manual-description: CMake Packages Reference
3 cmake-packages(7)
13 Packages provide dependency information to CMake based buildsystems. Packages
21 CMake provides direct support for two forms of packages,
27 .. code-block:: cmake
29 find_package(Qt4 4.7.0 REQUIRED) # CMake provides a Qt4 find-module
37 .. code-block:: cmake
44 .. code-block:: cmake
54 .. code-block:: cmake
60 .. code-block:: cmake
[all …]
Dcmake-language.7.rst1 .. cmake-manual-description: CMake Language Reference
3 cmake-language(7)
13 CMake input files are written in the "CMake Language" in source files
14 named ``CMakeLists.txt`` or ending in a ``.cmake`` file name extension.
16 CMake Language source files in a project are organized into:
19 * `Scripts`_ (``<script>.cmake``), and
20 * `Modules`_ (``<module>.cmake``).
25 When CMake processes a project source tree, the entry point is
32 is processed CMake generates a corresponding directory in the build
38 An individual ``<script>.cmake`` source file may be processed
[all …]
/aosp_15_r20/external/aws-crt-java/
H A Dpom.xml35 <cmake.command>cmake</cmake.command>
36 <cmake.buildtype>RelWithDebInfo</cmake.buildtype>
37 <cmake.buildconfig>${cmake.buildtype}</cmake.buildconfig>
38 <cmake.binaries>target/cmake-build</cmake.binaries>
42 <cmake.warningsareerrors>OFF</cmake.warningsareerrors>
43 <cmake.s2nNoPqAsm>OFF</cmake.s2nNoPqAsm>
44 <cmake.osx_arch>-DOSX_ARCH_DUMMY=1</cmake.osx_arch>
45 <cmake.min_osx_version>-DOSX_DEPLOYMENT_TARGET_DUMMY=1</cmake.min_osx_version>
46 <cmake.disable_perl>ON</cmake.disable_perl>
47 <cmake.disable_aws_lc_512avx>OFF</cmake.disable_aws_lc_512avx>
[all …]
/aosp_15_r20/external/curl/
H A DMakefile.am30 CMake/cmake_uninstall.cmake.in \
31 CMake/CMakeConfigurableFile.in \
32 CMake/curl-config.cmake.in \
33 CMake/CurlSymbolHiding.cmake \
34 CMake/CurlTests.c \
35 CMake/FindBearSSL.cmake \
36 CMake/FindBrotli.cmake \
37 CMake/FindCares.cmake \
38 CMake/FindGSS.cmake \
39 CMake/FindLibgsasl.cmake \
[all …]
/aosp_15_r20/external/pigweed/pw_build/
H A Dcmake.rst1 .. _module-pw_build-cmake:
3 CMake title
8 Pigweed's `CMake`_ support is provided primarily for projects that have an
9 existing CMake build and wish to integrate Pigweed without switching to a new
13 To run upstream Pigweed's CMake build use the ``pw build`` command:
19 This will install any required packages, generate cmake build files and invkoke ninja.
27cmake --fresh --debug-output -DCMAKE_MESSAGE_LOG_LEVEL=WARNING -S . -B ./out/cmake -G Ninja -DCMAK…
28 …19:37:10 INF [1/1] Run ==> ninja -C out/cmake pw_apps pw_run_tests.modules pw_run_tests.pw_bluetoo…
37 CMake functions
39 CMake convenience functions are defined in ``pw_build/pigweed.cmake``.
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/
H A Dbuild_cmake.md1 # Build TensorFlow Lite with CMake
4 [CMake](https://cmake.org/) tool.
12 ### Step 1. Install CMake tool
14 It requires CMake 3.16 or higher. On Ubuntu, you can simply run the following
18 sudo apt-get install cmake
22 [the official cmake installation guide](https://cmake.org/install/)
33 ### Step 3. Create CMake build directory
40 ### Step 4. Run CMake tool with configurations
48 cmake ../tensorflow_src/tensorflow/lite
57 cmake ../tensorflow_src/tensorflow/lite -DCMAKE_BUILD_TYPE=Debug
[all …]
/aosp_15_r20/external/curl/.github/workflows/
H A Dwindows.yml40 …name: "cygwin, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.platform }} ${{ matrix.na…
52 …- { build: 'cmake' , platform: 'x86_64', tflags: '' , config: '-DENABLE_DEBUG=ON -DCURL_US…
128 - name: 'cmake configure'
129 if: ${{ matrix.build == 'cmake' }}
133 cmake -B bld -G Ninja ${options} \
139 - name: 'cmake configure log'
140 if: ${{ matrix.build == 'cmake' && !cancelled() }}
141 run: cat bld/CMakeFiles/CMake*.yaml 2>/dev/null || true
144 if: ${{ matrix.build == 'cmake' }}
149 - name: 'cmake build'
[all …]
/aosp_15_r20/external/libjpeg-turbo/
H A DBUILDING.md11 - [CMake](http://www.cmake.org) v2.8.12 or later
24 to the assembler by using either the `CMAKE_ASM_NASM_COMPILER` CMake
42 * If using JDK 11 or later, CMake 3.10.x or later must also be used.
79 * If using JDK 11 or later, CMake 3.10.x or later must also be used.
86 using the CMake `add_subdirectory()` function. Use the CMake
94 which CMake is executed (the "binary directory"), and this directory need not
107 CMake generator (specified with the `-G` option) with `Ninja`, in all of the
114 NOTE: The build procedures below assume that CMake is invoked from the command
115 line, but all of these procedures can be adapted to the CMake GUI as
126 cmake -G"Unix Makefiles" [additional CMake flags] {source_directory}
[all …]
/aosp_15_r20/external/libwebsockets/READMEs/
H A DREADME.build.md14 @section cm Introduction to CMake
16 CMake is a multi-platform build tool that can generate build files for many
17 different target platforms. See more info at http://www.cmake.org
19 CMake also allows/recommends you to do "out of source"-builds, that is,
36 The project settings used by CMake to generate the platform specific build
37 files is called [CMakeLists.txt](../CMakeLists.txt). CMake then uses one of its "Generators" to
39 the available generators for your platform, simply run the "cmake" command.
47 1. Install CMake 2.8 or greater: http://cmake.org/cmake/resources/software.html
57 $ cmake ..
65 on your filesystem, and that the argument `..` given to cmake is simply
[all …]
/aosp_15_r20/external/curl/docs/
H A DINSTALL-CMAKE.md7 # Building with CMake
10 from source code using the CMake build tool. To build with CMake, you of
11 course first have to install CMake. The minimum required version of CMake is
13 tree. Once the correct version of CMake is installed you can follow the
16 CMake builds can be configured either from the command line, or from one of
17 CMake's GUIs.
21 A CMake configuration of curl is similar to the autotools build of curl.
24 ## Using `cmake`
31 $ cmake -B .
36 $ cmake -B ../curl-build
[all …]
/aosp_15_r20/external/vulkan-validation-layers/
H A DBUILD.md59 1. CMake or Environment variable overrides (e.g., -DVULKAN_HEADERS_INSTALL_DIR)
76 directory and pass it on the CMake command line for building this repository,
89 and pass it on the CMake command line for building this repository, as
106 before configuring your build with CMake.
123 it on the CMake command line for building this repository, as described below.
154 cmake -C helper.cmake ..
155 cmake --build .
160 cmake -A x64 -C helper.cmake ..
161 cmake --build .
166 cmake -A Win32 -C helper.cmake ..
[all …]
/aosp_15_r20/external/expat/expat/
H A DChanges21 !! - smart ideas on fixing the Autotools CMake files generation issue !!
56 #851 #879 Autotools: Sync CMake templates with CMake 3.28
61 #856 Autotools|CMake: Fix main() to main(void)
62 #865 Autotools|CMake: Fix compile tests for HAVE_SYSCALL_GETRANDOM
63 #863 Autotools|CMake: Stop requiring dos2unix
64 #854 #855 CMake: Fix check for symbols size_t and off_t
171 #706 #733 #792 Autotools: Sync CMake templates with CMake 3.26
174 #815 Autotools|CMake: Add missing -DXML_STATIC to pkg-config file
177 #724 #751 Autotools|CMake: Require a C99 compiler
179 #793 Autotools|CMake: Fix PACKAGE_BUGREPORT variable
[all …]
/aosp_15_r20/external/pytorch/
H A DCMakeLists.txt10 # Enables CMake to set LTO on compilers other than Intel.
12 # Enable the policy for CMake subprojects. protobuf currently causes issues
16 # we do this (and we don't if cmake is old), but it's nice when it's possible,
55 include(cmake/public/utils.cmake)
72 include(cmake/CheckAbi.cmake)
90 # One variable that determines whether the current cmake process is being run
93 # caffe2 in the cmake script. One can usually guard it in some way like if(NOT
97 # Googletest's cmake files are going to set it on once they are processed. Let's
206 # also add it to cmake/Summary.cmake so that the summary prints out the option
257 # USE_ROCM is guarded against in Dependencies.cmake because USE_ROCM is not properly defined here
[all …]
/aosp_15_r20/external/OpenCL-ICD-Loader/.github/workflows/
H A Dlinux.yml14 CMAKE: [3.21.2]
16 …CMAKE_URL: https://github.com/Kitware/CMake/releases/download/v${{ matrix.CMAKE }}/cmake-${{ matri…
19 - name: Cache CMake
21 id: cmake
23 cache-name: cache-cmake
25 path: ~/cmake-${{matrix.CMAKE}}-Linux-x86_64.tar.gz
26 key: ${{ runner.os }}-${{ env.cache-name }}-${{matrix.CMAKE}}
27 - name: Checkout CMake
28 if: steps.cmake.outputs.cache-hit != 'true'
29 run: wget -c -O ~/cmake-${{matrix.CMAKE}}-Linux-x86_64.tar.gz $CMAKE_URL
[all …]
/aosp_15_r20/external/libaom/
H A DREADME.md31 - [Running tests via CMake](#running-the-tests-via-the-cmake-build)
50 1. [CMake](https://cmake.org). See CMakeLists.txt for the minimum version
60 present, yasm will be used by default. Pass -DENABLE_NASM=ON to cmake to
82 CMake replaces the configure step typical of many projects. Running CMake will
83 produce configuration and build files for the currently selected CMake
88 $ cmake path/to/aom
95 applies: On systems where cc and c++ are present in $PATH at the time CMake is
106 Both types of options are set at the time CMake is run. The following example
110 $ cmake path/to/aom -DENABLE_CCACHE=1 -DCONFIG_AV1_ENCODER=0
117 currently be found in the file `build/cmake/aom_config_defaults.cmake`.
[all …]
/aosp_15_r20/external/cpu_features/
H A DREADME.md12 …[CMake][i1a0]][l1a0]<br/>[![Bazel][i1a1]][l1a1] | [![CMake][i2a0]][l2a0]<br/>![Bazel][d1] | [![CMa…
13 | AArch64 | [![CMake][i1b0]][l1b0]<br/>[![Bazel][i1b1]][l1b1] | ![CMake][d0]<br/>![Bazel][d1] | ![C…
14 | ARM | [![CMake][i1c0]][l1c0]<br/>![Bazel][d1] | ![CMake][d0]<br/>![Bazel][d1] | ![CMake][d0]<br/>…
15 | MIPS | [![CMake][i1d0]][l1d0]<br/>![Bazel][d1] | ![CMake][d0]<br/>![Bazel][d1] | ![CMake][d0]<br/…
16 | POWER | [![CMake][i1e0]][l1e0]<br/>![Bazel][d1] | ![CMake][d0]<br/>![Bazel][d1] | ![CMake][d0]<br…
17 | RISCV | [![CMake][i1f0]][l1f0]<br/>![Bazel][d1] | ![CMake][d0]<br/>![Bazel][d1] | ![CMake][d0]<br…
18 | LOONGARCH | ![CMake][d0]<br/>![Bazel][d1] | ![CMake][d0]<br/>![Bazel][d1] | ![CMake][d0]<br/>![Ba…
19 | s390x | [![CMake][i1h0]][l1h0]<br/>![Bazel][d1] | ![CMake][d0]<br/>![Bazel][d1] | ![CMake][d0]<br…
21 [d0]: https://img.shields.io/badge/n%2Fa-lightgrey?&logo=cmake
23 …/workflow/status/google/cpu_features/amd64_linux_cmake.yml?branch=main&event=push&label=&logo=cmake
[all …]
/aosp_15_r20/external/abseil-cpp/CMake/
H A DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
23 [Google Test](https://github.com/google/googletest) into your CMake
26 project with CMake.
[all …]
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/CMake/
H A DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
23 [Google Test](https://github.com/google/googletest) into your CMake
26 project with CMake.
[all …]
/aosp_15_r20/external/angle/third_party/abseil-cpp/CMake/
H A DREADME.md1 # Abseil CMake Build Instructions
3 Abseil comes with a CMake build script ([CMakeLists.txt](../CMakeLists.txt))
5 If you don't have CMake installed already, you can download it for free from
6 <https://www.cmake.org/>.
8 CMake works by generating native makefiles or build projects that can
14 ## Incorporating Abseil Into a CMake Project
16 The recommendations below are similar to those for using CMake within the
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
23 [Google Test](https://github.com/google/googletest) into your CMake
26 project with CMake.
[all …]

12345678910>>...238