Androidonnxfork's picture
Upload folder using huggingface_hub
8b7c501
raw
history blame
No virus
1.03 kB
# Distributed under the OSI-approved BSD 3-Clause License. See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.
cmake_minimum_required(VERSION 3.5)
file(MAKE_DIRECTORY
"/content/XNNPACK/build/pthreadpool-source"
"/content/XNNPACK/build/pthreadpool"
"/content/XNNPACK/build/pthreadpool-download/pthreadpool-prefix"
"/content/XNNPACK/build/pthreadpool-download/pthreadpool-prefix/tmp"
"/content/XNNPACK/build/pthreadpool-download/pthreadpool-prefix/src/pthreadpool-stamp"
"/content/XNNPACK/build/pthreadpool-download/pthreadpool-prefix/src"
"/content/XNNPACK/build/pthreadpool-download/pthreadpool-prefix/src/pthreadpool-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/content/XNNPACK/build/pthreadpool-download/pthreadpool-prefix/src/pthreadpool-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "/content/XNNPACK/build/pthreadpool-download/pthreadpool-prefix/src/pthreadpool-stamp${cfgdir}") # cfgdir has leading slash
endif()