First upload to repository
This commit is contained in:
@@ -0,0 +1 @@
|
||||
cmd='/usr/local/clion-2023.2.2/bin/cmake/linux/x64/bin/cmake;-DSDKCONFIG=/home/zaske/esp/esp-idf/examples/get-started/blink/sdkconfig;-DIDF_PATH=/home/zaske/esp/esp-idf;-DIDF_TARGET=esp32;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=python;-DEXTRA_COMPONENT_DIRS=/home/zaske/esp/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=/home/zaske/esp/esp-idf/examples/get-started/blink;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
||||
@@ -0,0 +1,22 @@
|
||||
# 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/zaske/esp/esp-idf/components/bootloader/subproject"
|
||||
"/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader"
|
||||
"/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix"
|
||||
"/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix/tmp"
|
||||
"/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix/src/bootloader-stamp"
|
||||
"/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix/src"
|
||||
"/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix/src/bootloader-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix/src/bootloader-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "/home/zaske/esp/esp-idf/examples/get-started/blink/cmake-build-debug/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
||||
Reference in New Issue
Block a user