Skip to content

Commit 50aa280

Browse files
committed
Add build outputs
1 parent 84679e6 commit 50aa280

24 files changed

+2128
-0
lines changed

builds/macOS/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: /Users/runner/work/Data-Structure-Project/Data-Structure-Project/builds/macOS
3+
# It was generated by CMake: /usr/local/Cellar/cmake/3.27.7/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=CMAKE_ADDR2LINE-NOTFOUND
19+
20+
//Path to a program.
21+
CMAKE_AR:FILEPATH=/Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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=/Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
32+
33+
//Flags used by the C compiler during all build types.
34+
CMAKE_C_FLAGS:STRING=
35+
36+
//Flags used by the C compiler during DEBUG builds.
37+
CMAKE_C_FLAGS_DEBUG:STRING=-g
38+
39+
//Flags used by the C compiler during MINSIZEREL builds.
40+
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
41+
42+
//Flags used by the C compiler during RELEASE builds.
43+
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
44+
45+
//Flags used by the C compiler during RELWITHDEBINFO builds.
46+
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
47+
48+
//Path to a program.
49+
CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
50+
51+
//Flags used by the linker during all build types.
52+
CMAKE_EXE_LINKER_FLAGS:STRING=
53+
54+
//Flags used by the linker during DEBUG builds.
55+
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
56+
57+
//Flags used by the linker during MINSIZEREL builds.
58+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
59+
60+
//Flags used by the linker during RELEASE builds.
61+
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
62+
63+
//Flags used by the linker during RELWITHDEBINFO builds.
64+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
65+
66+
//Enable/Disable output of compile commands during generation.
67+
CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
68+
69+
//Value Computed by CMake.
70+
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/runner/work/Data-Structure-Project/Data-Structure-Project/builds/macOS/CMakeFiles/pkgRedirects
71+
72+
//Path to a program.
73+
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
74+
75+
//Install path prefix, prepended onto install directories.
76+
CMAKE_INSTALL_PREFIX:PATH=/usr/local
77+
78+
//Path to a program.
79+
CMAKE_LINKER:FILEPATH=/Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
80+
81+
//Path to a program.
82+
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
83+
84+
//Flags used by the linker during the creation of modules during
85+
// all build types.
86+
CMAKE_MODULE_LINKER_FLAGS:STRING=
87+
88+
//Flags used by the linker during the creation of modules during
89+
// DEBUG builds.
90+
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
91+
92+
//Flags used by the linker during the creation of modules during
93+
// MINSIZEREL builds.
94+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
95+
96+
//Flags used by the linker during the creation of modules during
97+
// RELEASE builds.
98+
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
99+
100+
//Flags used by the linker during the creation of modules during
101+
// RELWITHDEBINFO builds.
102+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
103+
104+
//Path to a program.
105+
CMAKE_NM:FILEPATH=/Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/nm
106+
107+
//Path to a program.
108+
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
109+
110+
//Path to a program.
111+
CMAKE_OBJDUMP:FILEPATH=/Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/objdump
112+
113+
//Build architectures for OSX
114+
CMAKE_OSX_ARCHITECTURES:STRING=
115+
116+
//Minimum OS X version to target for deployment (at runtime); newer
117+
// APIs weak linked. Set to empty string for default value.
118+
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=12.6
119+
120+
//The product will be built against the headers and libraries located
121+
// inside the indicated SDK.
122+
CMAKE_OSX_SYSROOT:PATH=/Applications/Xcode_14.2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.1.sdk
123+
124+
//Value Computed by CMake
125+
CMAKE_PROJECT_DESCRIPTION:STATIC=
126+
127+
//Value Computed by CMake
128+
CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
129+
130+
//Value Computed by CMake
131+
CMAKE_PROJECT_NAME:STATIC=largeintcalculator
132+
133+
//Path to a program.
134+
CMAKE_RANLIB:FILEPATH=/Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib
135+
136+
//Path to a program.
137+
CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND
138+
139+
//Flags used by the linker during the creation of shared libraries
140+
// during all build types.
141+
CMAKE_SHARED_LINKER_FLAGS:STRING=
142+
143+
//Flags used by the linker during the creation of shared libraries
144+
// during DEBUG builds.
145+
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
146+
147+
//Flags used by the linker during the creation of shared libraries
148+
// during MINSIZEREL builds.
149+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
150+
151+
//Flags used by the linker during the creation of shared libraries
152+
// during RELEASE builds.
153+
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
154+
155+
//Flags used by the linker during the creation of shared libraries
156+
// during RELWITHDEBINFO builds.
157+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
158+
159+
//If set, runtime paths are not added when installing shared libraries,
160+
// but are added when building.
161+
CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
162+
163+
//If set, runtime paths are not added when using shared libraries.
164+
CMAKE_SKIP_RPATH:BOOL=NO
165+
166+
//Flags used by the linker during the creation of static libraries
167+
// during all build types.
168+
CMAKE_STATIC_LINKER_FLAGS:STRING=
169+
170+
//Flags used by the linker during the creation of static libraries
171+
// during DEBUG builds.
172+
CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
173+
174+
//Flags used by the linker during the creation of static libraries
175+
// during MINSIZEREL builds.
176+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
177+
178+
//Flags used by the linker during the creation of static libraries
179+
// during RELEASE builds.
180+
CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
181+
182+
//Flags used by the linker during the creation of static libraries
183+
// during RELWITHDEBINFO builds.
184+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
185+
186+
//Path to a program.
187+
CMAKE_STRIP:FILEPATH=/Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip
188+
189+
//Path to a program.
190+
CMAKE_TAPI:FILEPATH=/Applications/Xcode_14.2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi
191+
192+
//If this value is on, makefiles will be generated without the
193+
// .SILENT directive, and all commands will be echoed to the console
194+
// during the make. This is useful for debugging only. With Visual
195+
// Studio IDE projects all commands are done without /nologo.
196+
CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
197+
198+
//Value Computed by CMake
199+
largeintcalculator_BINARY_DIR:STATIC=/Users/runner/work/Data-Structure-Project/Data-Structure-Project/builds/macOS
200+
201+
//Value Computed by CMake
202+
largeintcalculator_IS_TOP_LEVEL:STATIC=ON
203+
204+
//Value Computed by CMake
205+
largeintcalculator_SOURCE_DIR:STATIC=/Users/runner/work/Data-Structure-Project/Data-Structure-Project
206+
207+
208+
########################
209+
# INTERNAL cache entries
210+
########################
211+
212+
//ADVANCED property for variable: CMAKE_ADDR2LINE
213+
CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
214+
//ADVANCED property for variable: CMAKE_AR
215+
CMAKE_AR-ADVANCED:INTERNAL=1
216+
//This is the directory where this CMakeCache.txt was created
217+
CMAKE_CACHEFILE_DIR:INTERNAL=/Users/runner/work/Data-Structure-Project/Data-Structure-Project/builds/macOS
218+
//Major version of cmake used to create the current loaded cache
219+
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
220+
//Minor version of cmake used to create the current loaded cache
221+
CMAKE_CACHE_MINOR_VERSION:INTERNAL=27
222+
//Patch version of cmake used to create the current loaded cache
223+
CMAKE_CACHE_PATCH_VERSION:INTERNAL=7
224+
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
225+
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
226+
//Path to CMake executable.
227+
CMAKE_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.27.7/bin/cmake
228+
//Path to cpack program executable.
229+
CMAKE_CPACK_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.27.7/bin/cpack
230+
//Path to ctest program executable.
231+
CMAKE_CTEST_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.27.7/bin/ctest
232+
//ADVANCED property for variable: CMAKE_C_COMPILER
233+
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
234+
//ADVANCED property for variable: CMAKE_C_FLAGS
235+
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
236+
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
237+
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
238+
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
239+
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
240+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
241+
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
242+
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
243+
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
244+
//ADVANCED property for variable: CMAKE_DLLTOOL
245+
CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
246+
//Path to cache edit program executable.
247+
CMAKE_EDIT_COMMAND:INTERNAL=/usr/local/Cellar/cmake/3.27.7/bin/ccmake
248+
//Executable file format
249+
CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO
250+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
251+
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
252+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
253+
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
254+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
255+
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
256+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
257+
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
258+
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
259+
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
260+
//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
261+
CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
262+
//Name of external makefile project generator.
263+
CMAKE_EXTRA_GENERATOR:INTERNAL=
264+
//Name of generator.
265+
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
266+
//Generator instance identifier.
267+
CMAKE_GENERATOR_INSTANCE:INTERNAL=
268+
//Name of generator platform.
269+
CMAKE_GENERATOR_PLATFORM:INTERNAL=
270+
//Name of generator toolset.
271+
CMAKE_GENERATOR_TOOLSET:INTERNAL=
272+
//Source directory with the top level CMakeLists.txt file for this
273+
// project
274+
CMAKE_HOME_DIRECTORY:INTERNAL=/Users/runner/work/Data-Structure-Project/Data-Structure-Project
275+
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
276+
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
277+
//ADVANCED property for variable: CMAKE_LINKER
278+
CMAKE_LINKER-ADVANCED:INTERNAL=1
279+
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
280+
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
281+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
282+
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
283+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
284+
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
285+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
286+
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
287+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
288+
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
289+
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
290+
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
291+
//ADVANCED property for variable: CMAKE_NM
292+
CMAKE_NM-ADVANCED:INTERNAL=1
293+
//number of local generators
294+
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
295+
//ADVANCED property for variable: CMAKE_OBJCOPY
296+
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
297+
//ADVANCED property for variable: CMAKE_OBJDUMP
298+
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
299+
//Platform information initialized
300+
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
301+
//ADVANCED property for variable: CMAKE_RANLIB
302+
CMAKE_RANLIB-ADVANCED:INTERNAL=1
303+
//ADVANCED property for variable: CMAKE_READELF
304+
CMAKE_READELF-ADVANCED:INTERNAL=1
305+
//Path to CMake installation.
306+
CMAKE_ROOT:INTERNAL=/usr/local/Cellar/cmake/3.27.7/share/cmake
307+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
308+
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
309+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
310+
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
311+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
312+
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
313+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
314+
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
315+
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
316+
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
317+
//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
318+
CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
319+
//ADVANCED property for variable: CMAKE_SKIP_RPATH
320+
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
321+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
322+
CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
323+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
324+
CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
325+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
326+
CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
327+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
328+
CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
329+
//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
330+
CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
331+
//ADVANCED property for variable: CMAKE_STRIP
332+
CMAKE_STRIP-ADVANCED:INTERNAL=1
333+
//ADVANCED property for variable: CMAKE_TAPI
334+
CMAKE_TAPI-ADVANCED:INTERNAL=1
335+
//uname command
336+
CMAKE_UNAME:INTERNAL=/usr/bin/uname
337+
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
338+
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
339+

0 commit comments

Comments
 (0)