| | |
| | |
| |
|
| | 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}") |
| | endif() |
| |
|