Home
last modified time | relevance | path

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

12345678910>>...56

/third_party/libsnd/.github/workflows/
Daction.yml15 ubuntu-gcc-cmake,
16 ubuntu-gcc-cmake-shared,
17 ubuntu-clang-cmake,
18 ubuntu-clang-cmake-shared,
19 macos-cmake,
20 macos-cmake-shared,
51 - name: ubuntu-gcc-cmake
55 build-system: cmake
56 cmake-generator: 'Ninja'
57 cmake-options: >-
[all …]
/third_party/libwebsockets/
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 …]
/third_party/nghttp2/
DMakefile.am35 cmake/ExtractValidFlags.cmake \
36 cmake/FindJemalloc.cmake \
37 cmake/FindLibev.cmake \
38 cmake/FindCUnit.cmake \
39 cmake/Version.cmake \
40 cmake/FindLibevent.cmake \
41 cmake/FindJansson.cmake \
42 cmake/FindLibcares.cmake \
43 cmake/FindSystemd.cmake \
44 cmake/FindLibbpf.cmake \
[all …]
/third_party/libxml2/
D.gitlab-ci.yml15 # cmake
58 .cmake:linux:
61 …- cmake -DBUILD_SHARED_LIBS=$BUILD_SHARED_LIBS -DCMAKE_INSTALL_PREFIX=libxml2-install -DCMAKE_BUIL…
62 - cmake --build libxml2-build --target install
75 cmake:linux:gcc:shared:
76 extends: .cmake:linux
84 cmake:linux:gcc:static:
85 extends: .cmake:linux
93 cmake:linux:clang:shared:
94 extends: .cmake:linux
[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))
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 project. To disable Abseil test…
24 `-DBUILD_TESTING=OFF` when configuring your project with CMake.
[all …]
/third_party/libsnd/
DREADME.md30 modern CMake based build system. Use of the CMake build system is documented
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,
60 Unix Makefiles, Xcode projects and [many more](https://cmake.org/cmake/help/latest/manual/cmake-gen…
62 Some IDE support CMake natively or with plugins, check you IDE documentation
69 2. CMake 3.1.3 or newer
79 CMake can handle out-of-place builds, enabling several builds from
87 Then run `cmake` command with directory where CMakeLists.txt script is located
[all …]
/third_party/cef/
DCMakeLists.txt.in7 # 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
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.
33 # binary distribution into a new or existing CMake project.
39 # - CMake version 3.19 or newer.
64 # CEF targets using CMake and the platform toolchain.
[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
14 * [CMake](https://cmake.org/) and a compatible build tool for building the
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;
47 [`FetchContent` CMake module](https://cmake.org/cmake/help/latest/module/FetchContent.html).
51 ```cmake
[all …]
/third_party/opencl-headers/.github/workflows/
Dcmake.yml21 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;
29 - name: Configure CMake
31 run: cmake
45 run: cmake
57 run: cmake
65 run: cmake
79 run: cmake
[all …]
/third_party/flutter/glfw/docs/
Dcompile.dox11 @section compile_cmake Using CMake
13 GLFW uses [CMake](http://www.cmake.org/) to generate project files or makefiles
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.
43 headers, link libraries and tools except for CMake. Move on to @ref
54 GLFW has CMake toolchain files in the `CMake/` directory that allow for easy
59 cmake -DCMAKE_TOOLCHAIN_FILE=<toolchain-file> .
[all …]
/third_party/json/.github/workflows/
Dwindows.yml24 - name: cmake
25 run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On
27 run: cmake --build build --parallel 10
40 - name: cmake
41 …run: cmake -S . -B build -G "Visual Studio 15 2017" -A ${{ matrix.architecture }} -DJSON_BuildTest…
43 - name: cmake
44 …run: cmake -S . -B build -G "Visual Studio 15 2017" -A ${{ matrix.architecture }} -DJSON_BuildTest…
46 - name: cmake
47 …run: cmake -S . -B build -G "Visual Studio 15 2017" -A ${{ matrix.architecture }} -DJSON_BuildTest…
50 run: cmake --build build --config ${{ matrix.build_type }} --parallel 10
[all …]
Dubuntu.yml28 - name: cmake
29 run: cmake -S . -B build -DJSON_CI=On
31 run: cmake --build build --target ci_test_clang
38 - name: cmake
39 run: cmake -S . -B build -DJSON_CI=On
41 run: cmake --build build --target ci_test_gcc
51 - name: cmake
52 run: cmake -S . -B build -DJSON_CI=On
54 run: cmake --build build --target ${{ matrix.target }}
64 - name: cmake
[all …]
/third_party/flatbuffers/
Dconanfile.py8 from conans import ConanFile, CMake, tools
22 generators = "cmake"
24 …exports_sources = ["CMake/*", "include/*", "src/*", "grpc/*", "CMakeLists.txt", "conan/CMakeLists.…
27 """Wrap the original CMake file to call conan_basic_setup
39 """Create CMake instance and execute configure step
41 cmake = CMake(self)
42 cmake.definitions["FLATBUFFERS_BUILD_TESTS"] = False
43 cmake.definitions["FLATBUFFERS_BUILD_SHAREDLIB"] = self.options.shared
44 cmake.definitions["FLATBUFFERS_BUILD_FLATLIB"] = not self.options.shared
45 cmake.configure()
[all …]
/third_party/libjpeg-turbo/
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 …]
/third_party/vulkan-headers/
DBUILD.md26 However, this repository contains CMake build configuration files to "install"
81 - [CMake 3.10.2](https://cmake.org/files/v3.10/cmake-3.10.2-win64-x64.zip) is recommended.
82 - Use the installer option to add CMake to the system PATH
92 The general approach is to run CMake to generate the Visual Studio project
93 files. Then either run CMake with the `--build` option to build from the
104 cmake ..
105 cmake --build . --target install
109 #### Use `CMake` to Create the Visual Studio Project Files
118 cmake ..
120 > Note: The `..` parameter tells `cmake` the location of the top of the
[all …]
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/
Dcontinuous.sh8 # Update CMake
9 sudo aptitude purge -yq cmake
13 sudo aptitude install -yq cmake
14 cmake --version
32 cmake .. \
38 cmake --build . -- -j $(nproc)
51 cmake .. "-DREACTOR_ENABLE_PRINT=1"
52 cmake --build . --target ReactorUnitTests -- -j $(nproc)
53 cmake .. "-DREACTOR_ENABLE_PRINT=0"
59 cmake .. "-DREACTOR_EMIT_ASM_FILE=1"
[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 .. ^
29 cmake --build . --config %BUILD_TYPE% || goto :error
42 cmake "-DREACTOR_ENABLE_PRINT=1" .. || goto :error
43 cmake --build . --config %BUILD_TYPE% --target ReactorUnitTests || goto :error
45 cmake "-DREACTOR_ENABLE_PRINT=0" .. || goto :error
49 cmake "-DREACTOR_EMIT_ASM_FILE=1" .. || goto :error
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DBUILDING.md11 - [CMake](http://www.cmake.org) v2.8.12 or later
53 * If using JDK 11 or later, CMake 3.10.x or later must also be used.
90 * If using JDK 11 or later, CMake 3.10.x or later must also be used.
97 which CMake is executed (the "binary directory"), and this directory need not
116 NOTE: The build procedures below assume that CMake is invoked from the command
117 line, but all of these procedures can be adapted to the CMake GUI as
128 cmake -G"Unix Makefiles" [additional CMake flags] {source_directory}
171 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release [additional CMake flags] {source_directory}
203 Choose the appropriate CMake generator option for your version of Visual Studio
204 (run `cmake` with no arguments for a list of available generators.) For
[all …]
/third_party/libwebsockets/READMEs/
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 …]
/third_party/elfio/
DCMakeLists.txt35 # Create a header only CMake target for elfio
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)
86 "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
87 "${PROJECT_BINARY_DIR}/${PROJECT_NAME}ConfigVersion.cmake"
89 ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/cmake)
[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)
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
72 Now go to *cmake* folder in protobuf sources:
74 C:\Path\to\protobuf>cd cmake
75 C:\Path\to\protobuf\cmake>
77 Good. Now you are ready to *CMake* configuration.
79 CMake Configuration
82 *CMake* supports a lot of different
[all …]
/third_party/json/doc/mkdocs/docs/integration/
Dcmake.md1 # CMake chapter
5 You can also use the `nlohmann_json::nlohmann_json` interface target in CMake. This target populat…
9 To use this library from a CMake project, you can locate it directly with `find_package()` and use …
11 ```cmake
20 The package configuration file, `nlohmann_jsonConfig.cmake`, can be used either from an install tre…
24 To embed the library directly into an existing CMake project, place the entire source tree in a sub…
26 ```cmake
34 # include(...) for pulling in other CMake projects anyways.
44 Since CMake v3.11,
45 [FetchContent](https://cmake.org/cmake/help/v3.11/module/FetchContent.html) can
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
DBUILDING.md11 - [CMake](http://www.cmake.org) v2.8.12 or later
93 which CMake is executed (the "binary directory"), and this directory need not
105 NOTE: The build procedures below assume that CMake is invoked from the command
106 line, but all of these procedures can be adapted to the CMake GUI as
117 cmake -G"Unix Makefiles" [additional CMake flags] {source_directory}
160 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release [additional CMake flags] {source_directory}
192 Choose the appropriate CMake generator option for your version of Visual Studio
193 (run `cmake` with no arguments for a list of available generators.) For
197 cmake -G"Visual Studio 10" [additional CMake flags] {source_directory}
239 cmake -G"MSYS Makefiles" [additional CMake flags] {source_directory}
[all …]
/third_party/flutter/skia/third_party/externals/freetype/builds/cmake/
Dtestbuild.sh12 # This script tests the CMake build. Simply run
14 # builds/cmake/testbuild.sh
18 # BUILD_SHARED_LIBS=1 builds/cmake/testbuild.sh
28 # - The variable BUILD_SHARED_LIBS will be forwarded to the CMake project
37 tmpdir=/tmp/freetype-cmake-testbuild
57 (set -x; cmake -H$ftdir \
61 (set -x; cmake --build $tmpdir/ftb \
65 (set -x; cmake $tmpdir/ftb \
67 (set -x; cmake --build $tmpdir/ftb \
77 project(freetype-cmake-testbuild)
[all …]
/third_party/skia/third_party/externals/freetype/builds/cmake/
Dtestbuild.sh12 # This script tests the CMake build. Simply run
14 # builds/cmake/testbuild.sh
18 # BUILD_SHARED_LIBS=1 builds/cmake/testbuild.sh
28 # - The variable BUILD_SHARED_LIBS will be forwarded to the CMake project
37 tmpdir=/tmp/freetype-cmake-testbuild
57 (set -x; cmake -H$ftdir \
61 (set -x; cmake --build $tmpdir/ftb \
65 (set -x; cmake $tmpdir/ftb \
67 (set -x; cmake --build $tmpdir/ftb \
77 project(freetype-cmake-testbuild)
[all …]

12345678910>>...56