# 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
  "/tmp/build_tools/pico-sdk/tools/pioasm"
  "/home/hanthebot/chat/keyboard/ss49e_project/build/pioasm"
  "/home/hanthebot/chat/keyboard/ss49e_project/build/pioasm-install"
  "/home/hanthebot/chat/keyboard/ss49e_project/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/tmp"
  "/home/hanthebot/chat/keyboard/ss49e_project/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/pioasmBuild-stamp"
  "/home/hanthebot/chat/keyboard/ss49e_project/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src"
  "/home/hanthebot/chat/keyboard/ss49e_project/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/pioasmBuild-stamp"
)

set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
    file(MAKE_DIRECTORY "/home/hanthebot/chat/keyboard/ss49e_project/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/pioasmBuild-stamp/${subDir}")
endforeach()
if(cfgdir)
  file(MAKE_DIRECTORY "/home/hanthebot/chat/keyboard/ss49e_project/build/pico-sdk/src/rp2_common/pico_cyw43_driver/pioasm/src/pioasmBuild-stamp${cfgdir}") # cfgdir has leading slash
endif()
