This commit is contained in:
2025-03-30 20:40:51 +08:00
parent aa15241805
commit c4b2766c64
172 changed files with 15404 additions and 10 deletions
@@ -0,0 +1,11 @@
# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)
# The set of files for implicit dependencies of each language:
# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
+91
View File
@@ -0,0 +1,91 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
# 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.
# The shell in which to execute make rules.
SHELL = /bin/sh
# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake
# The command to remove a file.
RM = /usr/bin/cmake -E rm -f
# Escaping for special characters.
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/cat/code/Payload-SDK
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/cat/code/Payload-SDK/build
# Utility rule file for entry.
# Include the progress variables for this target.
include CMakeFiles/entry.dir/progress.make
entry: CMakeFiles/entry.dir/build.make
.PHONY : entry
# Rule to build all files generated by this target.
CMakeFiles/entry.dir/build: entry
.PHONY : CMakeFiles/entry.dir/build
CMakeFiles/entry.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/entry.dir/cmake_clean.cmake
.PHONY : CMakeFiles/entry.dir/clean
CMakeFiles/entry.dir/depend:
cd /home/cat/code/Payload-SDK/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/cat/code/Payload-SDK /home/cat/code/Payload-SDK /home/cat/code/Payload-SDK/build /home/cat/code/Payload-SDK/build /home/cat/code/Payload-SDK/build/CMakeFiles/entry.dir/DependInfo.cmake --color=$(COLOR)
.PHONY : CMakeFiles/entry.dir/depend
@@ -0,0 +1,5 @@
# Per-language clean rules from dependency scanning.
foreach(lang )
include(CMakeFiles/entry.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()
@@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
+3
View File
@@ -0,0 +1,3 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.18
+1
View File
@@ -0,0 +1 @@