Added 2d Arrays

This commit is contained in:
Jannis Heydemann
2026-04-15 15:11:28 +02:00
parent 33e44369ec
commit 85684f4b33
38 changed files with 3755 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# 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
"/home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays/main.cpp" "CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o" "gcc" "CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o.d"
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES
)
# Targets to which this target links which contain Fortran sources.
set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES
)
# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")

View File

@@ -0,0 +1,110 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
# 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/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays
# Include any dependencies generated for this target.
include CMakeFiles/Schueleruebersicht2DArrays.dir/depend.make
# Include any dependencies generated by the compiler for this target.
include CMakeFiles/Schueleruebersicht2DArrays.dir/compiler_depend.make
# Include the progress variables for this target.
include CMakeFiles/Schueleruebersicht2DArrays.dir/progress.make
# Include the compile flags for this target's objects.
include CMakeFiles/Schueleruebersicht2DArrays.dir/flags.make
CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o: CMakeFiles/Schueleruebersicht2DArrays.dir/flags.make
CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o: main.cpp
CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o: CMakeFiles/Schueleruebersicht2DArrays.dir/compiler_depend.ts
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o -MF CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o.d -o CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o -c /home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays/main.cpp
CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.i: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.i"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays/main.cpp > CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.i
CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.s: cmake_force
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.s"
/usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays/main.cpp -o CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.s
# Object files for target Schueleruebersicht2DArrays
Schueleruebersicht2DArrays_OBJECTS = \
"CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o"
# External object files for target Schueleruebersicht2DArrays
Schueleruebersicht2DArrays_EXTERNAL_OBJECTS =
Schueleruebersicht2DArrays: CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o
Schueleruebersicht2DArrays: CMakeFiles/Schueleruebersicht2DArrays.dir/build.make
Schueleruebersicht2DArrays: CMakeFiles/Schueleruebersicht2DArrays.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable Schueleruebersicht2DArrays"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Schueleruebersicht2DArrays.dir/link.txt --verbose=$(VERBOSE)
# Rule to build all files generated by this target.
CMakeFiles/Schueleruebersicht2DArrays.dir/build: Schueleruebersicht2DArrays
.PHONY : CMakeFiles/Schueleruebersicht2DArrays.dir/build
CMakeFiles/Schueleruebersicht2DArrays.dir/clean:
$(CMAKE_COMMAND) -P CMakeFiles/Schueleruebersicht2DArrays.dir/cmake_clean.cmake
.PHONY : CMakeFiles/Schueleruebersicht2DArrays.dir/clean
CMakeFiles/Schueleruebersicht2DArrays.dir/depend:
cd /home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays /home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays /home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays /home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays /home/heydeman/dev/Cpp-Cookbook/Schueleruebersicht2DArrays/CMakeFiles/Schueleruebersicht2DArrays.dir/DependInfo.cmake "--color=$(COLOR)"
.PHONY : CMakeFiles/Schueleruebersicht2DArrays.dir/depend

View File

@@ -0,0 +1,11 @@
file(REMOVE_RECURSE
"CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o"
"CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o.d"
"Schueleruebersicht2DArrays"
"Schueleruebersicht2DArrays.pdb"
)
# Per-language clean rules from dependency scanning.
foreach(lang CXX)
include(CMakeFiles/Schueleruebersicht2DArrays.dir/cmake_clean_${lang}.cmake OPTIONAL)
endforeach()

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,10 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28
# compile CXX with /usr/bin/c++
CXX_DEFINES =
CXX_INCLUDES =
CXX_FLAGS = -std=gnu++20

View File

@@ -0,0 +1 @@
/usr/bin/c++ CMakeFiles/Schueleruebersicht2DArrays.dir/main.cpp.o -o Schueleruebersicht2DArrays

View File

@@ -0,0 +1,3 @@
CMAKE_PROGRESS_1 = 1
CMAKE_PROGRESS_2 = 2