tensor-rt / third_party.protobuf /tmp /third_party.protobuf-mkdirs.cmake
camenduru's picture
content
857752a
# 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/TensorRT/build/third_party.protobuf/src/third_party.protobuf"
"/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf"
"/content/TensorRT/build/third_party.protobuf"
"/content/TensorRT/build/third_party.protobuf/tmp"
"/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp"
"/content/TensorRT/build/third_party.protobuf/src"
"/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp/${subDir}")
endforeach()
if(cfgdir)
file(MAKE_DIRECTORY "/content/TensorRT/build/third_party.protobuf/src/third_party.protobuf-stamp${cfgdir}") # cfgdir has leading slash
endif()