| /third_party/libsnd/.github/workflows/ |
| D | action.yml | 15 ubuntu-gcc-cmake, 16 ubuntu-gcc-cmake-shared, 17 ubuntu-clang-cmake, 18 ubuntu-clang-cmake-shared, 19 macos-cmake, 20 macos-cmake-shared, 55 - name: ubuntu-gcc-cmake 59 build-system: cmake 60 cmake-generator: 'Ninja' 61 cmake-options: >- [all …]
|
| /third_party/curl/docs/ |
| D | INSTALL-CMAKE.md | 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 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: 40 A CMake configuration of curl is similar to the autotools build of curl. [all …]
|
| /third_party/nghttp2/ |
| D | Makefile.am | 35 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/libwebsockets/ |
| D | .sai.json | 9 …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.yml | 15 # 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/ |
| D | README.md | 1 # 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/ |
| D | README.md | 30 modern CMake based build system. Use of the CMake build system is documented 54 ## The CMake build system 56 Although Autotools is the primary and recommended build toolchain, CMake meta 57 build generator is also available. The build process with CMake takes 60 building. CMake can produce Microsoft Visual Studio project and solution files, 61 Unix Makefiles, Xcode projects and [many more](https://cmake.org/cmake/help/latest/manual/cmake-gen… 63 Some IDE support CMake natively or with plugins, check you IDE documentation 70 2. CMake 3.1.3 or newer 80 CMake can handle out-of-place builds, enabling several builds from 88 Then run `cmake` command with directory where CMakeLists.txt script is located [all …]
|
| /third_party/opencl-headers/.github/workflows/ |
| D | linux.yml | 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 21 CMAKE: 3.0.2 27 CMAKE: 3.0.2 33 CMAKE: 3.0.2 39 CMAKE: 3.0.2 45 CMAKE: 3.0.2 51 CMAKE: 3.0.2 57 CMAKE: 3.0.2 63 CMAKE: 3.0.2 [all …]
|
| /third_party/json/docs/mkdocs/docs/integration/ |
| D | cmake.md | 1 # 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/vulkan-loader/.github/workflows/ |
| D | build.yml | 49 - name: Test CMake min 50 # NOTE: The main users who benefit from an older CMake version 53 # the CMake tarball. Ideally the minimum we use matches what the default 56 uses: lukka/get-cmake@latest 62 cmake -S. -B build \ 70 - run: cmake --build build 72 - run: cmake --install build --prefix /tmp 88 cmake -S. -B build \ 96 - run: cmake --build build 97 - run: cmake --install build --prefix /tmp [all …]
|
| /third_party/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 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/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 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/skia/third_party/externals/libjpeg-turbo/ |
| D | BUILDING.md | 11 - [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/ |
| D | README.build.md | 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, 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/astc-encoder/Docs/ |
| D | Building.md | 6 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 29 cmake -G "Visual Studio 16 2019" -T ClangCL -DCMAKE_INSTALL_PREFIX=..\ ^ 33 cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=..\ ^ 37 A single CMake configure can build multiple binaries for a single target CPU 59 Builds for macOS and Linux are tested with CMake 3.17, and clang++ 9.0 or 66 To use CMake you must first configure the build. Create a build directory [all …]
|
| /third_party/protobuf/cmake/ |
| D | README.md | 1 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/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 .. ^ 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/ |
| D | continuous.sh | 8 # 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/elfio/ |
| D | CMakeLists.txt | 35 # 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/vulkan-loader/ |
| D | BUILD.md | 30 …- [Use `CMake` to Create the Visual Studio Project Files](#use-cmake-to-create-the-visual-studio-p… 39 - [Use CMake to Create the Make Files](#use-cmake-to-create-the-make-files) 84 2. `CMake` version 3.17.2 or greater 105 1. CMake or Environment variable overrides (e.g., -D VULKAN_HEADERS_INSTALL_DIR) 126 cmake ... -D UPDATE_DEPS=ON -D BUILD_TESTS=ON ... 166 On the other hand, if you choose to let the CMake scripts do all the 167 heavy-lifting, you may just trigger the following CMake commands: 170 cmake -S . -B build -D UPDATE_DEPS=On 171 cmake --build build 177 run the update deps script followed by the necessary CMake build commands: [all …]
|
| /third_party/skia/third_party/externals/freetype/builds/cmake/ |
| D | testbuild.sh | 12 # 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/expat/expat/ |
| D | Makefile.am | 58 cmake/autotools/expat.cmake 61 cmake/autotools/expat-config-version.cmake \ 62 cmake/autotools/expat-noconfig.cmake \ 63 cmake/expat-config.cmake 65 cmakedir = $(libdir)/cmake/expat-@PACKAGE_VERSION@ directory 69 cmake/autotools/expat-noconfig__linux.cmake.in \ 70 cmake/autotools/expat-noconfig__macos.cmake.in \ 71 cmake/autotools/expat-noconfig__windows.cmake.in \ 72 cmake/autotools/expat-package-init.cmake \ 73 cmake/mingw-toolchain.cmake \ [all …]
|
| D | Changes | 86 #332 #470 For (non-default) compilation with -DEXPAT_MIN_SIZE=ON (CMake) 89 #485 #486 Autotools: Fix generated CMake files for non-64bit and 97 #458 #459 CMake: Support absolute paths for both CMAKE_INSTALL_LIBDIR 99 #471 #481 CMake: Add support for standard variable BUILD_SHARED_LIBS 153 #434 Windows: CMake: Detect unsupported Visual Studio at 158 #442 CMake: Call "enable_language(CXX)" prior to tinkering 160 #448 Document use of libexpat from a CMake-based project 161 #451 Autotools: Install CMake files as generated by CMake 3.19.6 163 are served on distributions that are *not* using the CMake 193 to fix compilation with CMake from installed sources [all …]
|
| /third_party/libuv/.github/workflows/ |
| D | sanitizer.yml | 29 (cd build-asan && cmake .. -G Ninja -DBUILD_TESTING=ON -DASAN=ON -DCMAKE_BUILD_TYPE=Debug) 30 cmake --build build-asan 38 …(cd build-msan && cmake .. -G Ninja -DBUILD_TESTING=ON -DMSAN=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_… 39 cmake --build build-msan 47 … (cd build-tsan && cmake .. -G Ninja -DBUILD_TESTING=ON -DTSAN=ON -DCMAKE_BUILD_TYPE=Release) 48 cmake --build build-tsan 58 …(cd build-ubsan && cmake .. -G Ninja -DBUILD_TESTING=ON -DUBSAN=ON -DCMAKE_BUILD_TYPE=Debug -DCMAK… 59 cmake --build build-ubsan 75 (cd build-asan && cmake .. -DBUILD_TESTING=ON -DASAN=ON -DCMAKE_BUILD_TYPE=Debug) 76 cmake --build build-asan [all …]
|
| /third_party/skia/third_party/externals/freetype/ |
| D | CMakeLists.txt | 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 53 # (sudo) cmake --build build --target install [all …]
|