Skip to content

Commit 84679e6

Browse files
committed
Add build outputs
1 parent 1be6bf6 commit 84679e6

24 files changed

+2199
-0
lines changed

builds/Linux/CMakeCache.txt

Lines changed: 339 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,339 @@
1+
# This is the CMakeCache file.
2+
# For build in directory: /home/runner/work/Data-Structure-Project/Data-Structure-Project/builds/Linux
3+
# It was generated by CMake: /usr/local/bin/cmake
4+
# You can edit this file to change values found and used by cmake.
5+
# If you do not want to change any of the values, simply exit the editor.
6+
# If you do want to change a value, simply edit, save, and exit the editor.
7+
# The syntax for the file is as follows:
8+
# KEY:TYPE=VALUE
9+
# KEY is the name of a variable in the cache.
10+
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
11+
# VALUE is the current value for the KEY.
12+
13+
########################
14+
# EXTERNAL cache entries
15+
########################
16+
17+
//Path to a program.
18+
CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
19+
20+
//Path to a program.
21+
CMAKE_AR:FILEPATH=/usr/bin/ar
22+
23+
//Choose the type of build, options are: None Debug Release RelWithDebInfo
24+
// MinSizeRel ...
25+
CMAKE_BUILD_TYPE:STRING=Release
26+
27+
//Enable/Disable color output during build.
28+
CMAKE_COLOR_MAKEFILE:BOOL=ON
29+
30+
//C compiler
31+
CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc
32+
33+
//A wrapper around 'ar' adding the appropriate '--plugin' option
34+
// for the GCC compiler
35+
CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-11
36+
37+
//A wrapper around 'ranlib' adding the appropriate '--plugin' option
38+
// for the GCC compiler
39+
CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-11
40+
41+
//Flags used by the C compiler during all build types.
42+
CMAKE_C_FLAGS:STRING=
43+
44+
//Flags used by the C compiler during DEBUG builds.
45+
CMAKE_C_FLAGS_DEBUG:STRING=-g
46+
47+
//Flags used by the C compiler during MINSIZEREL builds.
48+
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
49+
50+
//Flags used by the C compiler during RELEASE builds.
51+
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
52+
53+
//Flags used by the C compiler during RELWITHDEBINFO builds.
54+
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
55+
56+
//Path to a program.
57+
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
58+
59+
//Flags used by the linker during all build types.
60+
CMAKE_EXE_LINKER_FLAGS:STRING=
61+
62+
//Flags used by the linker during DEBUG builds.
63+
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
64+
65+
//Flags used by the linker during MINSIZEREL builds.
66+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
67+
68+
//Flags used by the linker during RELEASE builds.
69+
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
70+
71+
//Flags used by the linker during RELWITHDEBINFO builds.
72+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
73+
74+
//Enable/Disable output of compile commands during generation.
75+
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
76+
77+
//Value Computed by CMake.
78+
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/runner/work/Data-Structure-Project/Data-Structure-Project/builds/Linux/CMakeFiles/pkgRedirects
79+
80+
//Install path prefix, prepended onto install directories.
81+
CMAKE_INSTALL_PREFIX:PATH=/usr/local
82+
83+
//Path to a program.
84+
CMAKE_LINKER:FILEPATH=/usr/bin/ld
85+
86+
//Path to a program.
87+
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
88+
89+
//Flags used by the linker during the creation of modules during
90+
// all build types.
91+
CMAKE_MODULE_LINKER_FLAGS:STRING=
92+
93+
//Flags used by the linker during the creation of modules during
94+
// DEBUG builds.
95+
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
96+
97+
//Flags used by the linker during the creation of modules during
98+
// MINSIZEREL builds.
99+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
100+
101+
//Flags used by the linker during the creation of modules during
102+
// RELEASE builds.
103+
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
104+
105+
//Flags used by the linker during the creation of modules during
106+
// RELWITHDEBINFO builds.
107+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
108+
109+
//Path to a program.
110+
CMAKE_NM:FILEPATH=/usr/bin/nm
111+
112+
//Path to a program.
113+
CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
114+
115+
//Path to a program.
116+
CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
117+
118+
//Value Computed by CMake
119+
CMAKE_PROJECT_DESCRIPTION:STATIC=
120+
121+
//Value Computed by CMake
122+
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
123+
124+
//Value Computed by CMake
125+
CMAKE_PROJECT_NAME:STATIC=largeintcalculator
126+
127+
//Path to a program.
128+
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
129+
130+
//Path to a program.
131+
CMAKE_READELF:FILEPATH=/usr/bin/readelf
132+
133+
//Flags used by the linker during the creation of shared libraries
134+
// during all build types.
135+
CMAKE_SHARED_LINKER_FLAGS:STRING=
136+
137+
//Flags used by the linker during the creation of shared libraries
138+
// during DEBUG builds.
139+
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
140+
141+
//Flags used by the linker during the creation of shared libraries
142+
// during MINSIZEREL builds.
143+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
144+
145+
//Flags used by the linker during the creation of shared libraries
146+
// during RELEASE builds.
147+
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
148+
149+
//Flags used by the linker during the creation of shared libraries
150+
// during RELWITHDEBINFO builds.
151+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
152+
153+
//If set, runtime paths are not added when installing shared libraries,
154+
// but are added when building.
155+
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
156+
157+
//If set, runtime paths are not added when using shared libraries.
158+
CMAKE_SKIP_RPATH:BOOL=NO
159+
160+
//Flags used by the linker during the creation of static libraries
161+
// during all build types.
162+
CMAKE_STATIC_LINKER_FLAGS:STRING=
163+
164+
//Flags used by the linker during the creation of static libraries
165+
// during DEBUG builds.
166+
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
167+
168+
//Flags used by the linker during the creation of static libraries
169+
// during MINSIZEREL builds.
170+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
171+
172+
//Flags used by the linker during the creation of static libraries
173+
// during RELEASE builds.
174+
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
175+
176+
//Flags used by the linker during the creation of static libraries
177+
// during RELWITHDEBINFO builds.
178+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
179+
180+
//Path to a program.
181+
CMAKE_STRIP:FILEPATH=/usr/bin/strip
182+
183+
//Path to a program.
184+
CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND
185+
186+
//If this value is on, makefiles will be generated without the
187+
// .SILENT directive, and all commands will be echoed to the console
188+
// during the make. This is useful for debugging only. With Visual
189+
// Studio IDE projects all commands are done without /nologo.
190+
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
191+
192+
//Value Computed by CMake
193+
largeintcalculator_BINARY_DIR:STATIC=/home/runner/work/Data-Structure-Project/Data-Structure-Project/builds/Linux
194+
195+
//Value Computed by CMake
196+
largeintcalculator_IS_TOP_LEVEL:STATIC=ON
197+
198+
//Value Computed by CMake
199+
largeintcalculator_SOURCE_DIR:STATIC=/home/runner/work/Data-Structure-Project/Data-Structure-Project
200+
201+
202+
########################
203+
# INTERNAL cache entries
204+
########################
205+
206+
//ADVANCED property for variable: CMAKE_ADDR2LINE
207+
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
208+
//ADVANCED property for variable: CMAKE_AR
209+
CMAKE_AR-ADVANCED:INTERNAL=1
210+
//This is the directory where this CMakeCache.txt was created
211+
CMAKE_CACHEFILE_DIR:INTERNAL=/home/runner/work/Data-Structure-Project/Data-Structure-Project/builds/Linux
212+
//Major version of cmake used to create the current loaded cache
213+
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
214+
//Minor version of cmake used to create the current loaded cache
215+
CMAKE_CACHE_MINOR_VERSION:INTERNAL=27
216+
//Patch version of cmake used to create the current loaded cache
217+
CMAKE_CACHE_PATCH_VERSION:INTERNAL=7
218+
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
219+
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
220+
//Path to CMake executable.
221+
CMAKE_COMMAND:INTERNAL=/usr/local/bin/cmake
222+
//Path to cpack program executable.
223+
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/bin/cpack
224+
//Path to ctest program executable.
225+
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/bin/ctest
226+
//ADVANCED property for variable: CMAKE_C_COMPILER
227+
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
228+
//ADVANCED property for variable: CMAKE_C_COMPILER_AR
229+
CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
230+
//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
231+
CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
232+
//ADVANCED property for variable: CMAKE_C_FLAGS
233+
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
234+
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
235+
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
236+
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
237+
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
238+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
239+
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
240+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
241+
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
242+
//ADVANCED property for variable: CMAKE_DLLTOOL
243+
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
244+
//Path to cache edit program executable.
245+
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/bin/ccmake
246+
//Executable file format
247+
CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
248+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
249+
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
250+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
251+
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
252+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
253+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
254+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
255+
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
256+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
257+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
258+
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
259+
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
260+
//Name of external makefile project generator.
261+
CMAKE_EXTRA_GENERATOR:INTERNAL=
262+
//Name of generator.
263+
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
264+
//Generator instance identifier.
265+
CMAKE_GENERATOR_INSTANCE:INTERNAL=
266+
//Name of generator platform.
267+
CMAKE_GENERATOR_PLATFORM:INTERNAL=
268+
//Name of generator toolset.
269+
CMAKE_GENERATOR_TOOLSET:INTERNAL=
270+
//Source directory with the top level CMakeLists.txt file for this
271+
// project
272+
CMAKE_HOME_DIRECTORY:INTERNAL=/home/runner/work/Data-Structure-Project/Data-Structure-Project
273+
//Install .so files without execute permission.
274+
CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
275+
//ADVANCED property for variable: CMAKE_LINKER
276+
CMAKE_LINKER-ADVANCED:INTERNAL=1
277+
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
278+
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
279+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
280+
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
281+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
282+
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
283+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
284+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
285+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
286+
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
287+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
288+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
289+
//ADVANCED property for variable: CMAKE_NM
290+
CMAKE_NM-ADVANCED:INTERNAL=1
291+
//number of local generators
292+
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
293+
//ADVANCED property for variable: CMAKE_OBJCOPY
294+
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
295+
//ADVANCED property for variable: CMAKE_OBJDUMP
296+
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
297+
//Platform information initialized
298+
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
299+
//ADVANCED property for variable: CMAKE_RANLIB
300+
CMAKE_RANLIB-ADVANCED:INTERNAL=1
301+
//ADVANCED property for variable: CMAKE_READELF
302+
CMAKE_READELF-ADVANCED:INTERNAL=1
303+
//Path to CMake installation.
304+
CMAKE_ROOT:INTERNAL=/usr/local/share/cmake-3.27
305+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
306+
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
307+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
308+
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
309+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
310+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
311+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
312+
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
313+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
314+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
315+
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
316+
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
317+
//ADVANCED property for variable: CMAKE_SKIP_RPATH
318+
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
319+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
320+
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
321+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
322+
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
323+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
324+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
325+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
326+
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
327+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
328+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
329+
//ADVANCED property for variable: CMAKE_STRIP
330+
CMAKE_STRIP-ADVANCED:INTERNAL=1
331+
//ADVANCED property for variable: CMAKE_TAPI
332+
CMAKE_TAPI-ADVANCED:INTERNAL=1
333+
//uname command
334+
CMAKE_UNAME:INTERNAL=/usr/bin/uname
335+
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
336+
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
337+
//linker supports push/pop state
338+
_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE
339+

0 commit comments

Comments
 (0)