# 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 "/home/kolin/edgetx" "/home/kolin/edgetx/build-output/arm-none-eabi" "/home/kolin/edgetx/build-output/arm-none-eabi-prefix" "/home/kolin/edgetx/build-output/arm-none-eabi-prefix/tmp" "/home/kolin/edgetx/build-output/arm-none-eabi-prefix/src/arm-none-eabi-stamp" "/home/kolin/edgetx/build-output/arm-none-eabi-prefix/src" "/home/kolin/edgetx/build-output/arm-none-eabi-prefix/src/arm-none-eabi-stamp" ) set(configSubDirs ) foreach(subDir IN LISTS configSubDirs) file(MAKE_DIRECTORY "/home/kolin/edgetx/build-output/arm-none-eabi-prefix/src/arm-none-eabi-stamp/${subDir}") endforeach() if(cfgdir) file(MAKE_DIRECTORY "/home/kolin/edgetx/build-output/arm-none-eabi-prefix/src/arm-none-eabi-stamp${cfgdir}") # cfgdir has leading slash endif()