project init

This commit is contained in:
2022-06-08 23:08:22 -06:00
parent 7038d6075b
commit 0b97b9f153
8 changed files with 236 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# This is a generated file and its contents are an internal implementation detail.
# The download step will be re-executed if anything in this file changes.
# No other meaning or use of this file is supported.
method=source_dir
command=
source_dir=/Users/mchapman/source/pico/pico-sdk/tools/elf2uf2
work_dir=

View File

@@ -0,0 +1 @@
cmd='/opt/homebrew/Cellar/cmake/3.23.2/bin/cmake;-GUnix Makefiles;<SOURCE_DIR><SOURCE_SUBDIR>'

View File

@@ -0,0 +1,19 @@
# 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
"/Users/mchapman/source/pico/pico-sdk/tools/elf2uf2"
"/Users/mchapman/source/traegerController/build/elf2uf2"
"/Users/mchapman/source/traegerController/build/elf2uf2"
"/Users/mchapman/source/traegerController/build/elf2uf2/tmp"
"/Users/mchapman/source/traegerController/build/elf2uf2/src/ELF2UF2Build-stamp"
"/Users/mchapman/source/traegerController/build/elf2uf2/src"
"/Users/mchapman/source/traegerController/build/elf2uf2/src/ELF2UF2Build-stamp"
)
set(configSubDirs )
foreach(subDir IN LISTS configSubDirs)
file(MAKE_DIRECTORY "/Users/mchapman/source/traegerController/build/elf2uf2/src/ELF2UF2Build-stamp/${subDir}")
endforeach()