Searched +full:cmake +full:- (Results 1 – 25 of 1031) sorted by relevance
12345678910>>...42
/third_party/mindspore/cmake/ |
D | mind_expression.cmake | 4 set(SECURE_CXX_FLAGS "-fstack-protector-all") 6 set(SECURE_CXX_FLAGS "-fstack-protector-all -Wl,-z,relro,-z,now,-z,noexecstack") 10 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden") 12 include(cmake/utils.cmake) 13 include(${CMAKE_SOURCE_DIR}/cmake/external_libs/eigen.cmake) 14 include(${CMAKE_SOURCE_DIR}/cmake/external_libs/json.cmake) 15 include(${CMAKE_SOURCE_DIR}/cmake/dependency_securec.cmake) 16 include(${CMAKE_SOURCE_DIR}/cmake/external_libs/protobuf.cmake) 20 include(${CMAKE_SOURCE_DIR}/cmake/external_libs/openssl.cmake) 21 include(${CMAKE_SOURCE_DIR}/cmake/external_libs/absl.cmake) [all …]
|
/third_party/libsnd/.github/workflows/ |
D | action.yml | 8 fail-fast: false 11 ubuntu-gcc-autotools, 12 ubuntu-clang-autotools, 13 ubuntu-gcc-ossfuzz, 14 macos-autotools, 15 ubuntu-gcc-cmake, 16 ubuntu-gcc-cmake-shared, 17 ubuntu-clang-cmake, 18 ubuntu-clang-cmake-shared, 19 macos-cmake, [all …]
|
/third_party/libwebsockets/ |
D | .sai.json | 2 "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 …]
|
/third_party/libxml2/ |
D | .gitlab-ci.yml | 3 # for libxslt, that's why we need git and libgcrypt-dev. 7 # RUN apt-get update && \ 8 # apt-get upgrade -y && \ 9 # apt-get install -y --no-install-recommends \ 10 # curl git ca-certificates \ 11 # autoconf automake libtool pkg-config \ 13 # zlib1g-dev liblzma-dev libgcrypt-dev \ 14 # python-dev python3-dev \ 15 # cmake 20 - | [all …]
|
/third_party/grpc/test/distrib/cpp/ |
D | run_distrib_test_cmake.bat | 7 @rem http://www.apache.org/licenses/LICENSE-2.0 18 @rem TODO(jtattermusch): Kokoro has pre-installed protoc.exe in C:\Program Files\ProtoC and that di… 19 …TH. To avoid picking up the older version protoc.exe, we change the path to something non-existent. 25 @rem Download OpenSSL-Win32 originally installed from https://slproweb.com/products/Win32OpenSSL.ht… 26 …hell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-testin… 27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.… 30 set OPENSSL_DIR=%cd:\=/%/OpenSSL-Win32 33 mkdir third_party\abseil-cpp\cmake\build 34 pushd third_party\abseil-cpp\cmake\build 35 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\.. [all …]
|
D | run_distrib_test_cmake.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 apt-get update && apt-get install -y libssl-dev 24 mkdir -p "third_party/abseil-cpp/cmake/build" 25 pushd "third_party/abseil-cpp/cmake/build" 26 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../.. 27 make -j4 install 30 # Install c-ares 31 # If the distribution provides a new-enough version of c-ares, 33 # apt-get install -y libc-ares-dev [all …]
|
D | run_distrib_test_raspberry_pi.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 apt-get update && apt-get install -y libssl-dev 23 # Install CMake 3.16 24 apt-get update && apt-get install -y wget 25 wget -q -O cmake-linux.sh https://github.com/Kitware/CMake/releases/download/v3.16.1/cmake-3.16.1-L… 26 sh cmake-linux.sh -- --skip-license --prefix=/usr 27 rm cmake-linux.sh 31 # while cross-compiling. 32 mkdir -p "cmake/build" [all …]
|
D | run_distrib_test_cmake_pkgconfig.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -ex 21 apt-get update && apt-get install -y libssl-dev 24 mkdir -p "third_party/abseil-cpp/cmake/build" 25 pushd "third_party/abseil-cpp/cmake/build" 26 cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE ../.. 27 make -j4 install 30 # Install c-ares 31 mkdir -p "third_party/cares/cares/cmake/build" 32 pushd "third_party/cares/cares/cmake/build" [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/CMake/ |
D | README.md | 1 # 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 …]
|
/third_party/libsnd/ |
D | README.md | 11 Erik de Castro Lopo <erikd@mega-nerd.com> aka @erikd. The project was developed 30 modern CMake based build system. Use of the CMake build system is documented 35 sudo apt install autoconf autogen automake build-essential libasound2-dev \ 36 libflac-dev libogg-dev libtool libvorbis-dev libopus-dev pkg-config python 43 brew install autoconf autogen automake flac libogg libtool libvorbis opus pkg-config 49 ./configure --enable-werror 53 ## The CMake build system 55 Although Autotools is the primary and recommended build toolchain, CMake meta 56 build generator is also available. The build process with CMake takes 59 building. CMake can produce Microsoft Visual Studio project and solution files, [all …]
|
/third_party/boost/libs/outcome/doc/src/content/build/ |
D | _index.md | 12 wget https://github.com/ned14/outcome/raw/master/single-header/outcome.hpp 18 fetch https://github.com/ned14/outcome/raw/master/single-header/outcome.hpp 24 curl -O -J -L https://github.com/ned14/outcome/raw/master/single-header/outcome.hpp 53 ## Usage from the cmake hunter package manager 55 Outcome has not been submitted to the main cmake hunter package manager repo as 63 git submodule update --init --recursive 66 Now tell cmake hunter about a git submoduled cmake hunter package by 67 adding to your project's `cmake/Hunter/config.cmake`: 75 an ordinary cmake hunter package: 84 Now you tell cmake to link to outcome as usual (see below for cmake targets): [all …]
|
/third_party/cef/ |
D | CMakeLists.txt.in | 2 # reserved. Use of this source code is governed by a BSD-style license that 7 # CMake is a cross-platform open-source build system that can generate project 9 # http://www.cmake.org or installed via a platform package manager. 11 # CMake-generated project formats that have been tested with this CEF binary 18 # Ninja is a cross-platform open-source tool for running fast builds using 19 # pre-installed platform toolchains (GNU, clang, Xcode or MSVC). It can be 23 # CMAKE STRUCTURE 25 # This CEF binary distribution includes the following CMake files: 27 # CMakeLists.txt Bootstrap that sets up the CMake environment. 28 # cmake/*.cmake CEF configuration files shared by all targets. [all …]
|
/third_party/abseil-cpp/CMake/ |
D | README.md | 1 # 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 …]
|
/third_party/curl/docs/ |
D | INSTALL.cmake | 7 How To Compile with CMake 9 Building with CMake 12 from source code using the CMake build tool. To build with CMake, you will 13 of course have to first install CMake. The minimum required version of 14 CMake is specified in the file CMakeLists.txt found in the top of the curl 15 source tree. Once the correct version of CMake is installed you can follow 18 CMake builds can be configured either from the command line, or from one 19 of CMake's GUI's. 21 Current flaws in the curl CMake build 24 Missing features in the cmake build: [all …]
|
/third_party/opencl-headers/.github/workflows/ |
D | cmake.yml | 6 linux-gcc: 7 runs-on: ubuntu-latest 18 - uses: actions/checkout@v2 20 - name: Create Build Environment 21 run: cmake -E make_directory $GITHUB_WORKSPACE/build; 22 cmake -E make_directory $GITHUB_WORKSPACE/install; 23 cmake -E make_directory $GITHUB_WORKSPACE/downstream/pkgconfig/bare; 24 cmake -E make_directory $GITHUB_WORKSPACE/downstream/pkgconfig/sdk; 25 …if [[ "${{matrix.GEN}}" == "Ninja" && ! `which ninja` ]]; then sudo apt install -y ninja-build; fi; 26 …if [[ "${{matrix.BIN}}" == "32" ]]; then sudo apt install -y gcc-multilib gcc-8-multilib gcc-9-mul… [all …]
|
/third_party/nghttp2/ |
D | Makefile.am | 1 # nghttp2 - HTTP/2 C Library 23 SUBDIRS = lib third-party src examples python tests integration-tests \ 27 # cannot easily remove (e.g., easy-install.pth). Disable it for 29 AM_DISTCHECK_CONFIGURE_FLAGS = --disable-python-bindings 31 ACLOCAL_AMFLAGS = -I m4 35 EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-make \ 40 cmake/ExtractValidFlags.cmake \ 41 cmake/FindJemalloc.cmake \ 42 cmake/FindLibev.cmake \ 43 cmake/FindCUnit.cmake \ [all …]
|
/third_party/flutter/glfw/docs/ |
D | compile.dox | 11 @section compile_cmake Using CMake 13 GLFW uses [CMake](http://www.cmake.org/) to generate project files or makefiles 14 for a particular development environment. If you are on a Unix-like system such 16 Homebrew, you can simply install its CMake package. If not, you can download 17 installers for Windows and OS X from the [CMake website](http://www.cmake.org/). 19 @note CMake only generates project files or makefiles. It does not compile the 27 Once you have installed CMake, make sure that all other dependencies are 36 contains all the necessary headers, link libraries and tools except for CMake. 40 @subsubsection compile_deps_mingw Dependencies for MinGW or MinGW-w64 on Windows 42 Both the MinGW and the MinGW-w64 packages already contain all the necessary [all …]
|
/third_party/grpc/ |
D | BUILDING.md | 1 gRPC C++ - Building from source 5 …he [How to use](https://github.com/grpc/grpc/tree/master/src/cpp#to-start-using-grpc-c) instructio… 7 # Pre-requisites 12 $ [sudo] apt-get install build-essential autoconf libtool pkg-config 15 If you plan to build using CMake 17 $ [sudo] apt-get install cmake 22 $ # libgflags-dev is only required if building with make (deprecated) 23 $ [sudo] apt-get install libgflags-dev 25 $ [sudo] apt-get install clang-5.0 libc++-dev 36 $ [sudo] xcode-select --install [all …]
|
/third_party/googletest/docs/ |
D | quickstart-cmake.md | 1 # Quickstart: Building with CMake 3 This tutorial aims to get you up and running with GoogleTest using CMake. If 6 [Quickstart for Bazel](quickstart-bazel.md) instead. 14 * [CMake](https://cmake.org/) and a compatible build tool for building the 18 [Ninja](https://ninja-build.org/), and others - see 19 [CMake Generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html) 25 If you don't already have CMake installed, see the 26 [CMake installation guide](https://cmake.org/install). 34 CMake uses a file named `CMakeLists.txt` to configure the build system for a 45 GoogleTest. There are many ways to express dependencies in the CMake ecosystem; [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/ |
D | continuous.sh | 5 set -e # Fail on any error. 6 set -x # Display commands being run. 8 # Update CMake 9 sudo aptitude purge -yq cmake 10 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add - 11 sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main' 12 sudo aptitude update -yq 13 sudo aptitude install -yq cmake 14 cmake --version 17 sudo add-apt-repository ppa:ubuntu-toolchain-r/test [all …]
|
/third_party/vulkan-headers/ |
D | BUILD.md | 7 1. [Contributing](#contributing-to-the-repository) 8 1. [Repository Content](#repository-content) 9 1. [Repository Set-up](#repository-set-up) 10 1. [Windows Build](#building-on-windows) 11 1. [Linux Build](#building-on-linux) 12 1. [MacOS Build](#building-on-macos) 17 API specification [repository](https://github.com/KhronosGroup/Vulkan-Docs). 26 However, this repository contains CMake build configuration files to "install" 30 If you are building other Vulkan-related repositories such as 31 [Vulkan-Loader](https://github.com/KhronosGroup/Vulkan-Loader), [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/ |
D | continuous.bat | 5 SET PATH=C:\python36;C:\Program Files\cmake\bin;%PATH% 15 REM The currently used OS image comes with CMake 3.17.3. If a newer version is 18 REM choco upgrade cmake -y --limit-output --no-progress 19 cmake --version 21 cmake .. ^ 22 -G "%CMAKE_GENERATOR_TYPE%" ^ 23 -Thost=x64 ^ 24 "-DREACTOR_BACKEND=%REACTOR_BACKEND%" ^ 25 "-DSWIFTSHADER_LLVM_VERSION=%LLVM_VERSION%" ^ 26 "-DREACTOR_VERIFY_LLVM_IR=1" ^ [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | BUILDING.md | 1 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. 36 ARCH=`uname -m` 37 rpmbuild --rebuild nasm-{version}.src.rpm [all …]
|
/third_party/libjpeg-turbo/ |
D | BUILDING.md | 1 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) 16 * If using NASM, 2.10 or later (except 2.11.08) is required for an x86-64 Mac 17 build (2.11.08 does not work properly with libjpeg-turbo's x86-64 SIMD code 22 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 24 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when 25 building libjpeg-turbo. [all …]
|
/third_party/libwebsockets/READMEs/ |
D | README.build.md | 8 ./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 …]
|
12345678910>>...42