init
This commit is contained in:
@@ -0,0 +1 @@
|
||||
cmd='/home/claw/.platformio/packages/tool-cmake/bin/cmake;-DSDKCONFIG=/home/claw/.openclaw/workspace/led-laser-frequenzen/sdkconfig.xiao-esp32c6;-DIDF_PATH=/home/claw/.platformio/packages/framework-espidf;-DIDF_TARGET=esp32c6;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=/home/claw/.platformio/penv/.espidf-6.0.1/bin/python;-DEXTRA_COMPONENT_DIRS=/home/claw/.platformio/packages/framework-espidf/components/bootloader;-DPROJECT_SOURCE_DIR=/home/claw/.openclaw/workspace/led-laser-frequenzen;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
||||
@@ -0,0 +1,27 @@
|
||||
# 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)
|
||||
|
||||
# If CMAKE_DISABLE_SOURCE_CHANGES is set to true and the source directory is an
|
||||
# existing directory in our source tree, calling file(MAKE_DIRECTORY) on it
|
||||
# would cause a fatal error, even though it would be a no-op.
|
||||
if(NOT EXISTS "/home/claw/.platformio/packages/framework-espidf/components/bootloader/subproject")
|
||||
file(MAKE_DIRECTORY "/home/claw/.platformio/packages/framework-espidf/components/bootloader/subproject")
|
||||
endif()
|
||||
file(MAKE_DIRECTORY
|
||||
"/home/claw/.openclaw/workspace/led-laser-frequenzen/.pio/build/xiao-esp32c6/bootloader"
|
||||
"/home/claw/.openclaw/workspace/led-laser-frequenzen/.pio/build/xiao-esp32c6/bootloader-prefix"
|
||||
"/home/claw/.openclaw/workspace/led-laser-frequenzen/.pio/build/xiao-esp32c6/bootloader-prefix/tmp"
|
||||
"/home/claw/.openclaw/workspace/led-laser-frequenzen/.pio/build/xiao-esp32c6/bootloader-prefix/src/bootloader-stamp"
|
||||
"/home/claw/.openclaw/workspace/led-laser-frequenzen/.pio/build/xiao-esp32c6/bootloader-prefix/src"
|
||||
"/home/claw/.openclaw/workspace/led-laser-frequenzen/.pio/build/xiao-esp32c6/bootloader-prefix/src/bootloader-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "/home/claw/.openclaw/workspace/led-laser-frequenzen/.pio/build/xiao-esp32c6/bootloader-prefix/src/bootloader-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "/home/claw/.openclaw/workspace/led-laser-frequenzen/.pio/build/xiao-esp32c6/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
||||
Reference in New Issue
Block a user