Home
last modified time | relevance | path

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

12345678910>>...41

/third_party/libsnd/.github/workflows/
Daction.yml8 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.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 …]
/third_party/curl/docs/
DINSTALL-CMAKE.md7 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 CMake
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 of
19 CMake's GUIs.
21 # Current flaws in the curl CMake build
23 Missing features in the CMake build:
25 - Builds libcurl without large file support
[all …]
/third_party/glfw/docs/
Dcompile.md11 ## Using CMake {#compile_cmake}
13 GLFW behaves like most other libraries that use CMake so this guide mostly
16 compile_deps and @ref compile_options sections for GLFW-specific information.
18 GLFW uses [CMake](https://cmake.org/) to generate project files or makefiles
20 files with CMake and then use them to compile the GLFW library.
23 CMake](https://cmake.org/download/) from their site.
25 If you are on a Unix-like system such as Linux, FreeBSD or Cygwin or have
26 a package system like Fink, MacPorts or Homebrew, you can install its CMake
29 CMake is a complex tool and this guide will only show a few of the possible ways
30 to set up and compile GLFW. The CMake project has their own much more detailed
[all …]
/third_party/libxml2/
D.gitlab-ci.yml3 # 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/nghttp2/
DMakefile.am1 # nghttp2 - HTTP/2 C Library
23 SUBDIRS = lib third-party src bpf examples tests integration-tests \
26 ACLOCAL_AMFLAGS = -I m4
30 EXTRA_DIST = nghttpx.conf.sample proxy.pac.sample android-config android-env \
35 cmake/ExtractValidFlags.cmake \
36 cmake/FindJemalloc.cmake \
37 cmake/FindLibev.cmake \
38 cmake/FindCUnit.cmake \
39 cmake/Version.cmake \
40 cmake/FindLibevent.cmake \
[all …]
/third_party/skia/third_party/externals/abseil-cpp/CMake/
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 …]
/third_party/opencl-headers/.github/workflows/
Dlinux.yml7 runs-on: ubuntu-18.04
8 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127
11 …# TODO: CMake 3.0.2 is Headers minimum (and ubuntu 18.04 canonical apt repo ver), not this repo's …
15 # One CMake version
19 - C_COMPILER: gcc-7
20 CXX_COMPILER: g++-7
21 CMAKE: 3.0.2
25 - C_COMPILER: gcc-7
26 CXX_COMPILER: g++-7
27 CMAKE: 3.0.2
[all …]
/third_party/libsnd/
DREADME.md11 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 libmp3lame-dev \
37 libmpg123-dev pkg-config python
44 brew install autoconf autogen automake flac libogg libtool libvorbis opus mpg123 pkg-config
49 autoreconf -vif
50 ./configure --enable-werror
54 ## The CMake build system
56 Although Autotools is the primary and recommended build toolchain, CMake meta
[all …]
/third_party/vulkan-loader/.github/workflows/
Dbuild.yml1 # Copyright (c) 2021-2023 Valve Corporation
2 # Copyright (c) 2021-2023 LunarG, Inc.
8 # http://www.apache.org/licenses/LICENSE-2.0
21 # https://docs.github.com/en/actions/using-jobs/using-concurrency
25 group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
26 cancel-in-progress: true
32 - main
34 permissions: read-all
38 runs-on: ${{matrix.os}}
43 os: [ ubuntu-20.04, ubuntu-22.04 ]
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
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.
36 ARCH=`uname -m`
37 rpmbuild --rebuild nasm-{version}.src.rpm
[all …]
/third_party/googletest/docs/
Dquickstart-cmake.md1 # 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/libwebsockets/READMEs/
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 …]
/third_party/astc-encoder/Docs/
DBuilding.md6 Builds must use CMake 3.15 or higher as the build system generator. The
8 (Windows) and Make (Linux and macOS), but CMake supports other build system
13 Builds for Windows are tested with CMake 3.17, and Visual Studio 2019 or newer.
17 To use CMake you must first configure the build. Create a build directory in
18 the root of the `astcenc` checkout, and then run `cmake` inside that directory
28 # x86-64 using a Visual Studio solution
29 cmake -G "Visual Studio 16 2019" -T ClangCL -DCMAKE_INSTALL_PREFIX=..\ ^
30 -DASTCENC_ISA_AVX2=ON -DASTCENC_ISA_SSE41=ON -DASTCENC_ISA_SSE2=ON ..
32 # x86-64 using NMake
33 cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=..\ ^
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/
Dcontinuous.sh5 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/protobuf/cmake/
DREADME.md1 This directory contains *CMake* files that can be used to build protobuf
5 You need to have [CMake](http://www.cmake.org), [Visual Studio](https://www.visualstudio.com)
6 and optionally [Git](http://git-scm.com) installed on your computer before proceeding.
31 If *cmake* command is not available from *Command Prompt*, add it to system *PATH* variable:
33 C:\Path\to>set PATH=%PATH%;C:\Program Files (x86)\CMake\bin
48 For example: if you only need C++, download `protobuf-cpp-[VERSION].tar.gz`; if
49 you need C++ and Java, download `protobuf-java-[VERSION].tar.gz` (every package
51 download `protobuf-all-[VERSION].tar.gz`.
55 C:\Path\to> git clone -b [release_tag] https://github.com/protocolbuffers/protobuf.git
57 Where *[release_tag]* is a git tag like *v3.0.0-beta-1* or a branch name like *master*
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/
Dcontinuous.bat5 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/vulkan-loader/
DBUILD.md7 - [Build Instructions](#build-instructions)
8 - [Table Of Contents](#table-of-contents)
9 - [Contributing to the Repository](#contributing-to-the-repository)
10 - [Repository Content](#repository-content)
11 - [Installed Files](#installed-files)
12 - [Build Requirements](#build-requirements)
13 - [Test Requirements](#test-requirements)
14 - [Repository Set-Up](#repository-set-up)
15 - [Display Drivers](#display-drivers)
16 - [Repository Dependencies](#repository-dependencies)
[all …]
/third_party/elfio/
DCMakeLists.txt20 string(REGEX MATCH "#define ELFIO_VERSION \"([0-9\.]+)\"" _ ${ver})
35 # Create a header only CMake target for elfio
53 # set (CMAKE_CXX_FLAGS "-Wall")
58 # set (CMAKE_CXX_FLAGS "-Wall")
67 # installed with the elfio CMake package.
69 "${PROJECT_NAME}ConfigVersion.cmake"
75 # Create the default ${PROJECT_NAME}Config.cmake file which will be
78 "${PROJECT_SOURCE_DIR}/cmake/${PROJECT_NAME}Config.cmake.in"
79 "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
81 ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/cmake)
[all …]
/third_party/skia/third_party/externals/freetype/builds/cmake/
Dtestbuild.sh1 #!/bin/sh -e
3 # Copyright (C) 2015-2021 by
12 # This script tests the CMake build. Simply run
14 # builds/cmake/testbuild.sh
18 # BUILD_SHARED_LIBS=1 builds/cmake/testbuild.sh
22 # - builds the main CMakeLists.txt
23 # - builds and runs a small test app in a separate build tree so
24 # the config-module is tested, too
28 # - The variable BUILD_SHARED_LIBS will be forwarded to the CMake project
37 tmpdir=/tmp/freetype-cmake-testbuild
[all …]
/third_party/json/docs/mkdocs/docs/integration/
Dcmake.md1 # CMake chapter
5 You can use the `nlohmann_json::nlohmann_json` interface target in CMake. This target populates the…
6 requirements for [`INTERFACE_INCLUDE_DIRECTORIES`](https://cmake.org/cmake/help/latest/prop_tgt/INT…
7 …riate include directories and [`INTERFACE_COMPILE_FEATURES`](https://cmake.org/cmake/help/latest/p…
12 To use this library from a CMake project, you can locate it directly with [`find_package()`](https:…
17 ```cmake title="CMakeLists.txt"
27 The package configuration file, `nlohmann_jsonConfig.cmake`, can be used either from an install tre…
32 To embed the library directly into an existing CMake project, place the entire source tree in a sub…
37 ```cmake title="CMakeLists.txt"
53 …Do not use `#!cmake include(nlohmann_json/CMakeLists.txt)`, since that carries with it unintended …
[all …]
/third_party/libuv/.github/workflows/
Dsanitizer.yml6 - '**'
7 - '!docs/**'
8 - '!.**'
9 - '.github/workflows/sanitizer.yml'
12 - v[0-9].*
13 - master
16 sanitizers-linux:
17 runs-on: ubuntu-22.04
19 - uses: actions/checkout@v2
20 - name: Setup
[all …]
/third_party/skia/third_party/externals/expat/expat/
DMakefile.am9 # Copyright (c) 2017-2021 Sebastian Pipping <sebastian@pipping.org>
33 dist-bzip2 \
34 dist-lzip \
35 dist-xz \
37 subdir-objects
39 ACLOCAL_AMFLAGS = -I m4
40 LIBTOOLFLAGS = --verbose
58 cmake/autotools/expat.cmake
61 cmake/autotools/expat-config-version.cmake \
62 cmake/autotools/expat-noconfig.cmake \
[all …]
DChanges7 #616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager
9 XML_ExternalEntityParserCreate in out-of-memory situations
13 #629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in
17 #531 #534 CVE-2021-45960 -- Fix issues with left shifts by >=29 places
27 (which needs argument "-n" when running xmlwf).
47 #551 CVE-2022-23990 -- Fix unsigned integer overflow in function
52 #34 #466 #484 CVE-2013-0340/CWE-776 -- Protect against billion laughs attacks
53 (denial-of-service; flavors targeting CPU time or RAM or both,
61 - A new error code XML_ERROR_AMPLIFICATION_LIMIT_BREACH to
63 - Two new API functions ..
[all …]
/third_party/skia/third_party/externals/freetype/
DCMakeLists.txt3 # Copyright (C) 2013-2021 by
16 # call cmake to configure the build with default parameters as a static
19 # https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html
23 # cmake -B build -D CMAKE_BUILD_TYPE=Release
28 # cmake -B build -D BUILD_SHARED_LIBS=true -D CMAKE_BUILD_TYPE=Release
32 # cmake -E chdir build cmake -G Xcode -D BUILD_FRAMEWORK:BOOL=true ..
36 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=OS ..
40 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=SIMULATOR ..
44 # cmake -E chdir build cmake -G Xcode -D IOS_PLATFORM=SIMULATOR64 ..
49 # cmake --build build
[all …]

12345678910>>...41