1*4bdc9457SAndroid Build Coastguard Worker# Copyright (c) Facebook, Inc. and its affiliates. 2*4bdc9457SAndroid Build Coastguard Worker# All rights reserved. 3*4bdc9457SAndroid Build Coastguard Worker# 4*4bdc9457SAndroid Build Coastguard Worker# Copyright 2019 Google LLC 5*4bdc9457SAndroid Build Coastguard Worker# 6*4bdc9457SAndroid Build Coastguard Worker# This source code is licensed under the BSD-style license found in the 7*4bdc9457SAndroid Build Coastguard Worker# LICENSE file in the root directory of this source tree. 8*4bdc9457SAndroid Build Coastguard Worker 9*4bdc9457SAndroid Build Coastguard WorkerCMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR) 10*4bdc9457SAndroid Build Coastguard Worker 11*4bdc9457SAndroid Build Coastguard WorkerPROJECT(pthreadpool-download NONE) 12*4bdc9457SAndroid Build Coastguard Worker 13*4bdc9457SAndroid Build Coastguard WorkerINCLUDE(ExternalProject) 14*4bdc9457SAndroid Build Coastguard WorkerExternalProject_Add(pthreadpool 15*4bdc9457SAndroid Build Coastguard Worker URL https://github.com/Maratyszcza/pthreadpool/archive/545ebe9f225aec6dca49109516fac02e973a3de2.zip 16*4bdc9457SAndroid Build Coastguard Worker URL_HASH SHA256=8461f6540ae9f777ce20d1c0d1d249e5e61c438744fb390c0c6f91940aa69ea3 17*4bdc9457SAndroid Build Coastguard Worker SOURCE_DIR "${CMAKE_BINARY_DIR}/pthreadpool-source" 18*4bdc9457SAndroid Build Coastguard Worker BINARY_DIR "${CMAKE_BINARY_DIR}/pthreadpool" 19*4bdc9457SAndroid Build Coastguard Worker CONFIGURE_COMMAND "" 20*4bdc9457SAndroid Build Coastguard Worker BUILD_COMMAND "" 21*4bdc9457SAndroid Build Coastguard Worker INSTALL_COMMAND "" 22*4bdc9457SAndroid Build Coastguard Worker TEST_COMMAND "" 23*4bdc9457SAndroid Build Coastguard Worker) 24