Searched +full:ubuntu +full:- +full:cmake +full:- +full:add_subdirectory (Results 1 – 10 of 10) sorted by relevance
| /external/angle/third_party/vulkan-deps/vulkan-headers/src/.github/workflows/ |
| D | ci.yml | 1 # Copyright 2022-2023 LunarG, Inc. 3 # SPDX-License-Identifier: Apache-2.0 11 - main 20 ubuntu-cmake-install: 21 runs-on: ubuntu-latest 23 - uses: actions/checkout@v3 24 - uses: lukka/get-cmake@latest 27 - name: Configure Vulkan-Headers 28 run: cmake -S . -B build 29 - name: Install Vulkan-Headers [all …]
|
| /external/angle/third_party/vulkan-deps/spirv-headers/src/.github/workflows/ |
| D | presubmit.yml | 10 runs-on: ${{ matrix.os }} 13 os: [ubuntu-latest, macos-latest, windows-latest] 15 - uses: actions/checkout@v3 16 - name: Install Ubuntu packages 17 if: matrix.os == 'ubuntu-latest' 18 run: sudo apt install -y dos2unix 19 - name: Install macOS packages 20 if: matrix.os == 'macos-latest' 22 - name: Build 26 cmake -DCMAKE_INSTALL_PREFIX=install .. [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/guide/ |
| D | build_cmake.md | 1 # Build TensorFlow Lite with CMake 4 [CMake](https://cmake.org/) tool. 6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64) 12 ### Step 1. Install CMake tool 14 It requires CMake 3.16 or higher. On Ubuntu, you can simply run the following 18 sudo apt-get install cmake 22 [the official cmake installation guide](https://cmake.org/install/) 33 ### Step 3. Create CMake build directory 40 ### Step 4. Run CMake tool with configurations 48 cmake ../tensorflow_src/tensorflow/lite [all …]
|
| /external/fmtlib/doc/ |
| D | usage.rst | 6 :file:`fmt/format-inl.h`, :file:`src/format.cc` and optionally other headers 9 Alternatively, you can :ref:`build the library with CMake <building>`. 16 The included `CMake build script`__ can be used to build the fmt 17 library on a wide range of platforms. CMake is freely available for 18 download from http://www.cmake.org/download/. 22 CMake works by generating native makefiles or project files that can 28 cmake .. # Generate native build scripts. 39 CMake option. This can be useful if you include fmt as a subdirectory in 48 To build a `shared library`__ set the ``BUILD_SHARED_LIBS`` CMake variable to 51 cmake -DBUILD_SHARED_LIBS=TRUE ... [all …]
|
| /external/catch2/docs/ |
| D | cmake-integration.md | 2 # CMake integration 5 [CMake target](#cmake-target)<br> 6 [Automatic test registration](#automatic-test-registration)<br> 7 [CMake project options](#cmake-project-options)<br> 8 [Installing Catch2 from git repository](#installing-catch2-from-git-repository)<br> 10 Because we use CMake to build Catch2, we also provide a couple of 13 1) Catch2 exports a (namespaced) CMake target 14 2) Catch2's repository contains CMake scripts for automatic registration 17 ## CMake target 19 Catch2's CMake build exports an interface target `Catch2::Catch2`. Linking [all …]
|
| /external/vulkan-validation-layers/ |
| D | CMakeLists.txt | 2 # Copyright (c) 2014-2019 Valve Corporation 3 # Copyright (c) 2014-2019 LunarG, Inc. 9 # http://www.apache.org/licenses/LICENSE-2.0 18 # CMake project initialization --------------------------------------------------------------------… 19 # This section contains pre-project() initialization, and ends with the project() command. 26 project(Vulkan-ValidationLayers) 30 # User-interface declarations ---------------------------------------------------------------------… 31 # This section contains variables that affect development GUIs (e.g. CMake GUI and IDEs), such as o… 37 add_definitions(-DAPI_NAME="${API_NAME}") 39 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake") [all …]
|
| /external/armnn/third-party/ghc/ |
| D | README.md | 1 …d Platforms](https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows%20%7C%20Fre… 2  3 [](https://travis-ci.org/… 5 [](https://cir… 12 This is a header-only single-file std::filesystem compatible helper library, 15 macOS 10.12/10.14, Windows 10, Ubuntu 18.04, FreeBSD 12 and Alpine ARM/ARM64 Linux 32 to try to reduce my third-party dependencies. I could drop most of what 34 fun of it. Originally I based these helpers on my own coding- and naming 56 It should work on any of these with a C++11-capable compiler. I currently 63 `std::filesystem`, just a drop-in if you can't use it (with the exception [all …]
|
| /external/brotli/ |
| D | CMakeLists.txt | 1 # Ubuntu 12.04 LTS has CMake 2.8.7, and is an important target since 24 message("-- Compiler is EMSCRIPTEN") 26 message("-- Compiler is not EMSCRIPTEN") 32 # set it to OFF in your project before you add_subdirectory(brotli). 36 # depending on whether or not we are the top-level project. 58 string(SUBSTRING "${_tail}" 1 -1 _tail) 80 file(STRINGS "c/common/version.h" _brotli_version_line REGEX "^#define BROTLI_VERSION (0x[0-9a-fA-F… 81 string(REGEX REPLACE "^#define BROTLI_VERSION 0x([0-9a-fA-F]+)$" "\\1" _brotli_version_hex "${_brot… 90 …S "c/common/version.h" _brotli_abi_info_line REGEX "^#define BROTLI_ABI_VERSION (0x[0-9a-fA-F]+)$") 91 string(REGEX REPLACE "^#define BROTLI_ABI_VERSION 0x([0-9a-fA-F]+)$" "\\1" _brotli_abi_info_hex "${… [all …]
|
| /external/expat/expat/ |
| D | Changes | 7 #616 #649 #650 CVE-2022-43680 -- Fix heap use-after-free after overeager 9 XML_ExternalEntityParserCreate in out-of-memory situations. 20 #656 CMake: Fix generation of pkg-config file 21 #658 MinGW|CMake: Fix static library name 41 #629 #640 CVE-2022-40674 -- Heap use-after-free vulnerability in 46 #634 MinGW: Fix mis-compilation for -D__USE_MINGW_ANSI_STDIO=0 51 #638 MinGW: Make fix-xmltest-log.sh drop more Wine bug output 52 #596 #625 Autotools: Sync CMake templates with CMake 3.22 53 #608 CMake: Migrate from use of CMAKE_*_POSTFIX to 56 #597 #599 Windows|CMake: Add missing -DXML_STATIC to test runners [all …]
|
| /external/libpcap/ |
| D | CMakeLists.txt | 12 # neither do we with autotools; don't do so with CMake, either, and 22 # VERSIONS OF CMAKE EXPECT BY DEFAULT, DON'T WASTE OUR TIME WITH NOISE. 31 # and its CMake support, to tell CMake where to look for the Npcap 47 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules) 65 # For getting raw lists of --libs and --libs --static information from a 66 # pkg-config module. 68 # In CMake up to 2.8.12, pkg_check_modules() sets: 71 # a UN*X, -l can be prefixed - i.e., names, without extensions, 74 # containing the libraries, to which, on a UN*X, -L can be 78 # than -l and -L flags [all …]
|