| # 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/openpose/3rdparty/caffe" | |
| "/content/openpose/build/caffe/src/openpose_lib-build" | |
| "/content/openpose/build/caffe" | |
| "/content/openpose/build/caffe/tmp" | |
| "/content/openpose/build/caffe/src/openpose_lib-stamp" | |
| "/content/openpose/build/caffe/src" | |
| "/content/openpose/build/caffe/src/openpose_lib-stamp" | |
| ) | |
| set(configSubDirs ) | |
| foreach(subDir IN LISTS configSubDirs) | |
| file(MAKE_DIRECTORY "/content/openpose/build/caffe/src/openpose_lib-stamp/${subDir}") | |
| endforeach() | |
| if(cfgdir) | |
| file(MAKE_DIRECTORY "/content/openpose/build/caffe/src/openpose_lib-stamp${cfgdir}") # cfgdir has leading slash | |
| endif() | |