first commit

This commit is contained in:
2024-04-01 10:31:33 +08:00
commit 9ba62457a9
237 changed files with 40424 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
)
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@ -0,0 +1,86 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "MinGW Makefiles" Generator, CMake Version 3.21
# Delete rule output on recipe failure.
.DELETE_ON_ERROR:
#=============================================================================
# Special targets provided by cmake.
# Disable implicit rules so canonical targets will work.
.SUFFIXES:
# Disable VCS-based implicit rules.
% : %,v
# Disable VCS-based implicit rules.
% : RCS/%
# Disable VCS-based implicit rules.
% : RCS/%,v
# Disable VCS-based implicit rules.
% : SCCS/s.%
# Disable VCS-based implicit rules.
% : s.%
.SUFFIXES: .hpux_make_needs_suffix_list
# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s
#Suppress display of executed commands.
$(VERBOSE).SILENT:
# A target that is always out of date.
cmake_force:
.PHONY : cmake_force
#=============================================================================
# Set environment variables for the build.
SHELL = cmd.exe
# The CMake executable.
CMAKE_COMMAND = "C:\Program Files\JetBrains\CLion 2021.1.1\bin\cmake\win\bin\cmake.exe"
# The command to remove a file.
RM = "C:\Program Files\JetBrains\CLion 2021.1.1\bin\cmake\win\bin\cmake.exe" -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = D:\03MyGit\arduino\esp32mainboard\weatherslave
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = D:\03MyGit\arduino\esp32mainboard\weatherslave\cmake-build-esp_wroom_02
# Utility rule file for Production.
# Include any custom commands dependencies for this target.
include CMakeFiles/Production.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/Production.dir/progress.make
CMakeFiles/Production:
cd /d D:\03MyGit\arduino\esp32mainboard\weatherslave && platformio -c clion run -eesp_wroom_02
Production: CMakeFiles/Production
Production: CMakeFiles/Production.dir/build.make
.PHONY : Production
# Rule to build all files generated by this target.
CMakeFiles/Production.dir/build: Production
.PHONY : CMakeFiles/Production.dir/build
CMakeFiles/Production.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles\Production.dir\cmake_clean.cmake
.PHONY : CMakeFiles/Production.dir/clean
CMakeFiles/Production.dir/depend:
$(CMAKE_COMMAND) -E cmake_depends "MinGW Makefiles" D:\03MyGit\arduino\esp32mainboard\weatherslave D:\03MyGit\arduino\esp32mainboard\weatherslave D:\03MyGit\arduino\esp32mainboard\weatherslave\cmake-build-esp_wroom_02 D:\03MyGit\arduino\esp32mainboard\weatherslave\cmake-build-esp_wroom_02 D:\03MyGit\arduino\esp32mainboard\weatherslave\cmake-build-esp_wroom_02\CMakeFiles\Production.dir\DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/Production.dir/depend

View File

@ -0,0 +1,8 @@
file(REMOVE_RECURSE
"CMakeFiles/Production"
)
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/Production.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

@ -0,0 +1,2 @@
# Empty custom commands generated dependencies file for Production.
# This may be replaced when dependencies are built.

View File

@ -0,0 +1,2 @@
# CMAKE generated file: DO NOT EDIT!
# Timestamp file for custom commands dependencies management for Production.