Home
last modified time | relevance | path

Searched +full:cmake +full:- (Results 1 – 25 of 1506) sorted by relevance

12345678910>>...61

/aosp_15_r20/prebuilts/cmake/linux-x86/share/emacs/site-lisp/
Dcmake-mode.el1 ;;; cmake-mode.el --- major-mode for editing CMake sources
3 ;; Package-Requires: ((emacs "24.1"))
5 ; Distributed under the OSI-approved BSD 3-Clause License. See accompanying
6 ; file Copyright.txt or https://cmake.org/licensing for details.
8 ;------------------------------------------------------------------------------
13 ;; *.cmake source files.
17 ;; (setq load-path (cons (expand-file-name "/dir/with/cmake-mode") load-path))
18 ;; (require 'cmake-mode)
20 ;------------------------------------------------------------------------------
24 ;; cmake executable variable used to run cmake --help-command
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/ci/
H A Drun-buildbot2 #===----------------------------------------------------------------------===##
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===----------------------------------------------------------------------===##
10 set -ex
11 set -o pipefail
23 [-h|--help] Display this help and exit.
25 --llvm-root <DIR> Path to the root of the LLVM monorepo. By default, we try
28 --build-dir <DIR> The directory to use for building the library. By default,
29 this is '<llvm-root>/build/<builder>'.
31 --osx-roots <DIR> Path to pre-downloaded macOS dylibs. By default, we download
[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.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
11 "linux-debian-buster/x86-amd/gcc": {
12-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
14 "linux-debian-sid/x86_64-amd/gcc": {
15-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
20 "linux-debian-sid/x86-amd/gcc": {
[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)
9 .. parsed-literal::
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>
[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
16 a set of variables corresponding to build-relevant information.
21 CMake provides direct support for two forms of packages,
22 `Config-file Packages`_ and `Find-module Packages`_.
23 Indirect support for ``pkg-config`` packages is also provided via
27 .. code-block:: cmake
29 find_package(Qt4 4.7.0 REQUIRED) # CMake provides a Qt4 find-module
31 find_package(LibXml2 REQUIRED) # Use pkg-config via the LibXml2 find-module
[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``).
23 -----------
25 When CMake processes a project source tree, the entry point is
26 a source file called ``CMakeLists.txt`` in the top-level source
[all …]
/aosp_15_r20/external/aws-crt-java/
H A Dpom.xml2 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
5 <artifactId>aws-crt</artifactId>
7 <version>1.0.0-SNAPSHOT</version>
10 <url>https://github.com/awslabs/aws-crt-java</url>
15 <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
22 <email>aws-sdk-common-[email protected]</email>
29 <connection>scm:git:git://github.com/awslabs/aws-crt-java.git</connection>
30 <developerConnection>scm:git:ssh://github.com:awslabs/aws-crt-java.git</developerConnection>
31 <url>https://github.com/awslabs/aws-crt-java/tree/main</url>
35 <cmake.command>cmake</cmake.command>
[all …]
/aosp_15_r20/external/curl/
H A DMakefile.am21 # SPDX-License-Identifier: curl
27 ACLOCAL_AMFLAGS = -I m4
30 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 \
[all …]
/aosp_15_r20/external/pigweed/pw_build/
H A Dcmake.rst1 .. _module-pw_build-cmake:
3 CMake title
5 .. pigweed-module-subpage::
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:
15 .. code-block:: console
17 pw build -r default_cmake
19 This will install any required packages, generate cmake build files and invkoke ninja.
21 .. code-block:: text
[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.
6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64)
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
[all …]
/aosp_15_r20/external/curl/.github/workflows/
H A Dwindows.yml3 # SPDX-License-Identifier: curl
10 - master
11 - '*/ci'
12 paths-ignore:
13 - '**/*.md'
14 - '.circleci/**'
15 - 'appveyor.*'
16 - 'packages/**'
17 - 'plan9/**'
18 - 'projects/**'
[all …]
/aosp_15_r20/external/libjpeg-turbo/
H A DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [Yasm](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when
22 building libjpeg-turbo.
24 to the assembler by using either the `CMAKE_ASM_NASM_COMPILER` CMake
34 - GCC v4.1 (or later) or Clang recommended for best performance
[all …]
/aosp_15_r20/external/libwebsockets/READMEs/
H A DREADME.build.md8 ./bootstrap-vcpkg.sh
14 @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,
27 - Windows (Visual Studio)
28 - Windows (MinGW)
29 - Linux (x86 and ARM)
30 - OSX
31 - NetBSD
[all …]
/aosp_15_r20/external/curl/docs/
H A DINSTALL-CMAKE.md1 <!--
4 SPDX-License-Identifier: curl
5 -->
7 # 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.
[all …]
/aosp_15_r20/external/vulkan-validation-layers/
H A DBUILD.md8 1. [Contributing](#contributing-to-the-repository)
9 1. [Repository Content](#repository-content)
10 1. [Repository Set-Up](#repository-set-up)
11 1. [Windows Build](#building-on-windows)
12 1. [Linux Build](#building-on-linux)
13 1. [Android Build](#building-on-android)
14 1. [MacOS build](#building-on-macos)
33 - *install_dir*`/lib` : The Vulkan validation layer libraries
34 - *install_dir*`/share/vulkan/explicit_layer.d` : The Vulkan validation layer
40 ## Repository Set-Up
[all …]
/aosp_15_r20/external/expat/expat/
H A DChanges14 !! - <blink>fixing a complex non-public security issue</blink>, !!
15 !! - teaming up on researching and fixing future security reports and !!
16 !! ClusterFuzz findings with few-days-max response times in communication !!
19 !! - implementing and auto-testing XML 1.0r5 support !!
21 !! - smart ideas on fixing the Autotools CMake files generation issue !!
23 !! - the Windows binaries topic (needs requirements engineering first), !!
24 !! - pushing migration from `int` to `size_t` further !!
25 !! including edge-cases test coverage (needs discussion before anything). !!
27 !! For details, please reach out via e-mail to [email protected] so we !!
30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !!
[all …]
/aosp_15_r20/external/OpenCL-ICD-Loader/.github/workflows/
H A Dlinux.yml6 …b.workspace }}/install/lib/pkgconfig:${{ github.workspace }}/external/OpenCL-Headers/install/share…
11 runs-on: ubuntu-20.04
14 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
[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,
20 # Prohibit in-source builds
22 message(FATAL_ERROR "In-source build are not supported")
25 # ---[ Project and semantic versioning.
37 string(FIND "${CMAKE_CXX_FLAGS}" "-std=c++" env_cxx_standard)
38 if(env_cxx_standard GREATER -1)
42 "PyTorch requires -std=c++17. Please remove -std=c++ settings in your environment."
54 # ---[ Utils
[all …]
/aosp_15_r20/external/libaom/
H A DREADME.md6 1. [Building the lib and applications](#building-the-library-and-applications)
7 - [Prerequisites](#prerequisites)
8 - [Get the code](#get-the-code)
9 - [Basics](#basic-build)
10 - [Configuration options](#configuration-options)
11 - [Dylib builds](#dylib-builds)
12 - [Debugging](#debugging)
13 - [Cross compiling](#cross-compiling)
14 - [Sanitizer support](#sanitizers)
15 - [MSVC builds](#microsoft-visual-studio-builds)
[all …]
/aosp_15_r20/external/cpu_features/
H A DREADME.md3 A cross-platform C library to retrieve CPU features (such as available
6 # GitHub-CI Status
11 | :-- | --: | --: | --: | --: |
12 …[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…
[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))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
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>)
20 ### Step-by-Step Instructions
[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))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
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>)
20 ### Step-by-Step Instructions
[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))
4 that can be used on a wide range of platforms ("C" stands for cross-platform.).
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>)
20 ### Step-by-Step Instructions
[all …]

12345678910>>...61