Home
last modified time | relevance | path

Searched +full:- +full:dzlib_root (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/test/distrib/cpp/
Drun_distrib_test_cmake.bat7 @rem http://www.apache.org/licenses/LICENSE-2.0
18 @rem TODO(jtattermusch): Kokoro has pre-installed protoc.exe in C:\Program Files\ProtoC and that di…
19 …TH. To avoid picking up the older version protoc.exe, we change the path to something non-existent.
25 @rem Download OpenSSL-Win32 originally installed from https://slproweb.com/products/Win32OpenSSL.ht…
26 …hell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-testin…
27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
30 set OPENSSL_DIR=%cd:\=/%/OpenSSL-Win32
35 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..
36 cmake --build . --config Release --target install || goto :error
42 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% -DZLIB_ROOT=%INSTALL_DIR% -Dprotobuf_MSVC_STATIC_RUNTIME…
[all …]
/external/rust/crates/grpcio-sys/grpc/test/distrib/cpp/
Drun_distrib_test_cmake.bat7 @rem http://www.apache.org/licenses/LICENSE-2.0
18 @rem TODO(jtattermusch): Kokoro has pre-installed protoc.exe in C:\Program Files\ProtoC and that di…
19 …TH. To avoid picking up the older version protoc.exe, we change the path to something non-existent.
25 @rem Download OpenSSL-Win32 originally installed from https://slproweb.com/products/Win32OpenSSL.ht…
26 …hell -Command "(New-Object Net.WebClient).DownloadFile('https://storage.googleapis.com/grpc-testin…
27 powershell -Command "Add-Type -Assembly 'System.IO.Compression.FileSystem'; [System.IO.Compression.…
30 set OPENSSL_DIR=%cd:\=/%/OpenSSL-Win32
33 mkdir third_party\abseil-cpp\cmake\build
34 pushd third_party\abseil-cpp\cmake\build
35 cmake -DCMAKE_INSTALL_PREFIX=%INSTALL_DIR% ..\..
[all …]
/external/grpc-grpc/examples/cpp/helloworld/cmake_externalproject/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
19 # cmake's ExternalProject_Add() is used to import all the sub-projects,
21 # See https://blog.kitware.com/cmake-superbuilds-git-submodules/
26 project(HelloWorld-SuperBuild C CXX)
30 # Builds c-ares project from the git submodule.
31 # Note: For all external projects, instead of using checked-out code, one could
34 ExternalProject_Add(c-ares
35 PREFIX c-ares
38 -DCARES_SHARED:BOOL=OFF
39 -DCARES_STATIC:BOOL=ON
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dpigz.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
16 - name: Ubuntu GCC Symbol Prefix
17 os: ubuntu-latest
20 cmake-args: -DZLIB_SYMBOL_PREFIX=zTest_
22 - name: Ubuntu Clang
23 os: ubuntu-latest
[all …]
/external/oss-fuzz/projects/libvips/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
23 ./configure --static --prefix=$WORK
24 make -j$(nproc) all
30 autoreconf -fi
32 --enable-static \
33 --disable-shared \
34 --disable-docs \
35 --disable-dependency-tracking \
36 --prefix=$WORK
[all …]