Home
last modified time | relevance | path

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

12345678910>>...71

/third_party/mindspore/cmake/
Dmind_expression.cmake12 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)
22 include(${CMAKE_SOURCE_DIR}/cmake/external_libs/c-ares.cmake)
23 include(${CMAKE_SOURCE_DIR}/cmake/external_libs/zlib.cmake)
24 include(${CMAKE_SOURCE_DIR}/cmake/external_libs/re2.cmake)
[all …]
/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/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/grpc/test/distrib/cpp/
Drun_distrib_test_cmake.bat33 mkdir third_party\abseil-cpp\cmake\build
34 pushd third_party\abseil-cpp\cmake\build
35 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\..
36 cmake --build . --config Release --target install || goto :error
40 mkdir third_party\cares\cares\cmake\build
41 pushd third_party\cares\cares\cmake\build
42 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\..
43 cmake --build . --config Release --target install || goto :error
47 mkdir third_party\protobuf\cmake\build
48 pushd third_party\protobuf\cmake\build
[all …]
Drun_distrib_test_cmake.sh24 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 ../..
34 mkdir -p "third_party/cares/cares/cmake/build"
35 pushd "third_party/cares/cares/cmake/build"
36 cmake -DCMAKE_BUILD_TYPE=Release ../..
41 mkdir -p "third_party/protobuf/cmake/build"
42 pushd "third_party/protobuf/cmake/build"
43 cmake -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release ..
48 mkdir -p "third_party/re2/cmake/build"
[all …]
Drun_distrib_test_raspberry_pi.sh23 # Install CMake 3.16
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
32 mkdir -p "cmake/build"
33 pushd "cmake/build"
34 cmake \
50 cat > toolchain.cmake <<'EOT'
70 mkdir -p "cmake/raspberrypi_build"
71 pushd "cmake/raspberrypi_build"
[all …]
Drun_distrib_test_cmake_pkgconfig.sh24 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 ../..
31 mkdir -p "third_party/cares/cares/cmake/build"
32 pushd "third_party/cares/cares/cmake/build"
33 cmake -DCMAKE_BUILD_TYPE=Release ../..
38 mkdir -p "third_party/protobuf/cmake/build"
39 pushd "third_party/protobuf/cmake/build"
40 cmake -Dprotobuf_BUILD_TESTS=OFF -DCMAKE_BUILD_TYPE=Release ..
45 mkdir -p "third_party/re2/cmake/build"
[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/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/curl/docs/
DINSTALL.cmake7 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/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/boost/libs/outcome/doc/src/content/build/
D_index.md53 ## Usage from the cmake hunter package manager
55 Outcome has not been submitted to the main cmake hunter package manager repo as
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):
138 To run the unit test suite you will need cmake 3.3 or later installed.
143 cmake ..
144 cmake --build .
148 On some cmake generators (Visual Studio, Xcode) you may need to tell cmake build a configuration
[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/nghttp2/
DMakefile.am40 cmake/ExtractValidFlags.cmake \
41 cmake/FindJemalloc.cmake \
42 cmake/FindLibev.cmake \
43 cmake/FindCUnit.cmake \
44 cmake/Version.cmake \
45 cmake/FindCython.cmake \
46 cmake/FindLibevent.cmake \
47 cmake/FindJansson.cmake \
48 cmake/FindLibcares.cmake \
49 cmake/FindSystemd.cmake
/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/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/grpc/
DBUILDING.md15 If you plan to build using CMake
17 $ [sudo] apt-get install cmake
46 If you plan to build using CMake, follow the instructions from https://cmake.org/download/
65 To prepare for cmake + Microsoft Visual C++ compiler build
68 - Install [CMake](https://cmake.org/download/).
95 with something else than `bazel` (e.g. `cmake`).
101 we recommend building using `bazel` or `cmake`.
126 ## Building with CMake
132 $ mkdir -p cmake/build
133 $ cd cmake/build
[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/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_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/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/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/libjpeg-turbo/
DBUILDING.md11 - [CMake](http://www.cmake.org) v2.8.12 or later
58 * If using JDK 11 or later, CMake 3.10.x or later must also be used.
95 * If using JDK 11 or later, CMake 3.10.x or later must also be used.
102 which CMake is executed (the "binary directory"), and this directory need not
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}
169 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=Release [additional CMake flags] {source_directory}
201 Choose the appropriate CMake generator option for your version of Visual Studio
202 (run `cmake` with no arguments for a list of available generators.) For
[all …]

12345678910>>...71