Seregon/Hermes

Hermes/Dyforge is a program written in c++ allows you to inject a dll that can analyze all processes in a program, can be used for mod and reverse engeneering

C/3.8 KB/No license
DyMain/CMakeCache.txt
Hermes / DyMain / CMakeCache.txt
1# This is the CMakeCache file.
2# For build in directory: c:/Users/marco/Documents/CustomModuleLoader/DyMain
3# It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe
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//Build shared libraries
18BUILD_SHARED_LIBS:BOOL=ON
19 
20//Build tests
21BUILD_TESTS:BOOL=OFF
22 
23//Path to a program.
24CMAKE_AR:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/lib.exe
25 
26//Semicolon separated list of supported configuration types, only
27// supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything
28// else will be ignored.
29CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo
30 
31//Flags used by the CXX compiler during all build types.
32CMAKE_CXX_FLAGS:STRING=/DWIN32 /D_WINDOWS /GR /EHsc
33 
34//Flags used by the CXX compiler during DEBUG builds.
35CMAKE_CXX_FLAGS_DEBUG:STRING=/Zi /Ob0 /Od /RTC1
36 
37//Flags used by the CXX compiler during MINSIZEREL builds.
38CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG
39 
40//Flags used by the CXX compiler during RELEASE builds.
41CMAKE_CXX_FLAGS_RELEASE:STRING=/O2 /Ob2 /DNDEBUG
42 
43//Flags used by the CXX compiler during RELWITHDEBINFO builds.
44CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG
45 
46//Libraries linked by default with all C++ applications.
47CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
48 
49//Flags used by the C compiler during all build types.
50CMAKE_C_FLAGS:STRING=/DWIN32 /D_WINDOWS
51 
52//Flags used by the C compiler during DEBUG builds.
53CMAKE_C_FLAGS_DEBUG:STRING=/Zi /Ob0 /Od /RTC1
54 
55//Flags used by the C compiler during MINSIZEREL builds.
56CMAKE_C_FLAGS_MINSIZEREL:STRING=/O1 /Ob1 /DNDEBUG
57 
58//Flags used by the C compiler during RELEASE builds.
59CMAKE_C_FLAGS_RELEASE:STRING=/O2 /Ob2 /DNDEBUG
60 
61//Flags used by the C compiler during RELWITHDEBINFO builds.
62CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/Zi /O2 /Ob1 /DNDEBUG
63 
64//Libraries linked by default with all C applications.
65CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
66 
67//Flags used by the linker during all build types.
68CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64
69 
70//Flags used by the linker during DEBUG builds.
71CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
72 
73//Flags used by the linker during MINSIZEREL builds.
74CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
75 
76//Flags used by the linker during RELEASE builds.
77CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
78 
79//Flags used by the linker during RELWITHDEBINFO builds.
80CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
81 
82//Value Computed by CMake.
83CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/Users/marco/Documents/CustomModuleLoader/DyMain/CMakeFiles/pkgRedirects
84 
85//Install path prefix, prepended onto install directories.
86CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/CustomModuleLoader
87 
88//Path to a program.
89CMAKE_LINKER:FILEPATH=C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Tools/MSVC/14.43.34808/bin/Hostx64/x64/link.exe
90 
91//Flags used by the linker during the creation of modules during
92// all build types.
93CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64
94 
95//Flags used by the linker during the creation of modules during
96// DEBUG builds.
97CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
98 
99//Flags used by the linker during the creation of modules during
100// MINSIZEREL builds.
101CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
102 
103//Flags used by the linker during the creation of modules during
104// RELEASE builds.
105CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
106 
107//Flags used by the linker during the creation of modules during
108// RELWITHDEBINFO builds.
109CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
110 
111//Path to a program.
112CMAKE_MT:FILEPATH=CMAKE_MT-NOTFOUND
113 
114//Value Computed by CMake
115CMAKE_PROJECT_DESCRIPTION:STATIC=
116 
117//Value Computed by CMake
118CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
119 
120//Value Computed by CMake
121CMAKE_PROJECT_NAME:STATIC=CustomModuleLoader
122 
123//Value Computed by CMake
124CMAKE_PROJECT_VERSION:STATIC=1.0.0
125 
126//Value Computed by CMake
127CMAKE_PROJECT_VERSION_MAJOR:STATIC=1
128 
129//Value Computed by CMake
130CMAKE_PROJECT_VERSION_MINOR:STATIC=0
131 
132//Value Computed by CMake
133CMAKE_PROJECT_VERSION_PATCH:STATIC=0
134 
135//Value Computed by CMake
136CMAKE_PROJECT_VERSION_TWEAK:STATIC=
137 
138//RC compiler
139CMAKE_RC_COMPILER:FILEPATH=rc
140 
141//Flags for Windows Resource Compiler during all build types.
142CMAKE_RC_FLAGS:STRING=-DWIN32
143 
144//Flags for Windows Resource Compiler during DEBUG builds.
145CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG
146 
147//Flags for Windows Resource Compiler during MINSIZEREL builds.
148CMAKE_RC_FLAGS_MINSIZEREL:STRING=
149 
150//Flags for Windows Resource Compiler during RELEASE builds.
151CMAKE_RC_FLAGS_RELEASE:STRING=
152 
153//Flags for Windows Resource Compiler during RELWITHDEBINFO builds.
154CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING=
155 
156//Flags used by the linker during the creation of shared libraries
157// during all build types.
158CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64
159 
160//Flags used by the linker during the creation of shared libraries
161// during DEBUG builds.
162CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
163 
164//Flags used by the linker during the creation of shared libraries
165// during MINSIZEREL builds.
166CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
167 
168//Flags used by the linker during the creation of shared libraries
169// during RELEASE builds.
170CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
171 
172//Flags used by the linker during the creation of shared libraries
173// during RELWITHDEBINFO builds.
174CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
175 
176//If set, runtime paths are not added when installing shared libraries,
177// but are added when building.
178CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
179 
180//If set, runtime paths are not added when using shared libraries.
181CMAKE_SKIP_RPATH:BOOL=NO
182 
183//Flags used by the linker during the creation of static libraries
184// during all build types.
185CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64
186 
187//Flags used by the linker during the creation of static libraries
188// during DEBUG builds.
189CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
190 
191//Flags used by the linker during the creation of static libraries
192// during MINSIZEREL builds.
193CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
194 
195//Flags used by the linker during the creation of static libraries
196// during RELEASE builds.
197CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
198 
199//Flags used by the linker during the creation of static libraries
200// during RELWITHDEBINFO builds.
201CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
202 
203//No help, variable specified on the command line.
204CMAKE_TOOLCHAIN_FILE:UNINITIALIZED=../vcpkg/scripts/buildsystems/vcpkg.cmake
205 
206//If this value is on, makefiles will be generated without the
207// .SILENT directive, and all commands will be echoed to the console
208// during the make. This is useful for debugging only. With Visual
209// Studio IDE projects all commands are done without /nologo.
210CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
211 
212//The directory containing a CMake configuration file for Capstone.
213Capstone_DIR:PATH=C:/Users/marco/Documents/CustomModuleLoader/vcpkg/installed/x64-windows/share/capstone
214 
215//Value Computed by CMake
216CustomModuleLoader_BINARY_DIR:STATIC=C:/Users/marco/Documents/CustomModuleLoader/DyMain
217 
218//Value Computed by CMake
219CustomModuleLoader_IS_TOP_LEVEL:STATIC=ON
220 
221//Value Computed by CMake
222CustomModuleLoader_SOURCE_DIR:STATIC=C:/Users/marco/Documents/CustomModuleLoader
223 
224//Value Computed by CMake
225DyForge_BINARY_DIR:STATIC=C:/Users/marco/Documents/CustomModuleLoader/DyMain/DyForge
226 
227//Value Computed by CMake
228DyForge_IS_TOP_LEVEL:STATIC=OFF
229 
230//Value Computed by CMake
231DyForge_SOURCE_DIR:STATIC=C:/Users/marco/Documents/CustomModuleLoader/DyForge
232 
233//Value Computed by CMake
234DyHexInject_BINARY_DIR:STATIC=C:/Users/marco/Documents/CustomModuleLoader/DyMain/DyHexInject
235 
236//Value Computed by CMake
237DyHexInject_IS_TOP_LEVEL:STATIC=OFF
238 
239//Value Computed by CMake
240DyHexInject_SOURCE_DIR:STATIC=C:/Users/marco/Documents/CustomModuleLoader/DyHexInject
241 
242//Value Computed by CMake
243DyMain_BINARY_DIR:STATIC=C:/Users/marco/Documents/CustomModuleLoader/DyMain/DyMain
244 
245//Value Computed by CMake
246DyMain_IS_TOP_LEVEL:STATIC=OFF
247 
248//Value Computed by CMake
249DyMain_SOURCE_DIR:STATIC=C:/Users/marco/Documents/CustomModuleLoader/DyMain
250 
251//Automatically copy dependencies into the output directory for
252// executables.
253VCPKG_APPLOCAL_DEPS:BOOL=ON
254 
255//The directory which contains the installed libraries for each
256// triplet
257VCPKG_INSTALLED_DIR:PATH=C:/Users/marco/Documents/CustomModuleLoader/vcpkg/installed
258 
259//The path to the vcpkg manifest directory.
260VCPKG_MANIFEST_DIR:PATH=
261 
262//Use manifest mode, as opposed to classic mode.
263VCPKG_MANIFEST_MODE:BOOL=OFF
264 
265//Appends the vcpkg paths to CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH
266// and CMAKE_FIND_ROOT_PATH so that vcpkg libraries/packages are
267// found after toolchain/system libraries/packages.
268VCPKG_PREFER_SYSTEM_LIBS:BOOL=OFF
269 
270//Enable the setup of CMAKE_PROGRAM_PATH to vcpkg paths
271VCPKG_SETUP_CMAKE_PROGRAM_PATH:BOOL=ON
272 
273//Vcpkg target triplet (ex. x86-windows)
274VCPKG_TARGET_TRIPLET:STRING=x64-windows
275 
276//Trace calls to find_package()
277VCPKG_TRACE_FIND_PACKAGE:BOOL=OFF
278 
279//Enables messages from the VCPKG toolchain for debugging purposes.
280VCPKG_VERBOSE:BOOL=OFF
281 
282//(experimental) Automatically copy dependencies into the install
283// target directory for executables. Requires CMake 3.14.
284X_VCPKG_APPLOCAL_DEPS_INSTALL:BOOL=OFF
285 
286//(experimental) Add USES_TERMINAL to VCPKG_APPLOCAL_DEPS to force
287// serialization.
288X_VCPKG_APPLOCAL_DEPS_SERIALIZED:BOOL=OFF
289 
290//Path to a program.
291Z_VCPKG_PWSH_PATH:FILEPATH=C:/Program Files/PowerShell/7/pwsh.exe
292 
293//The directory which contains the installed libraries for each
294// triplet
295_VCPKG_INSTALLED_DIR:PATH=C:/Users/marco/Documents/CustomModuleLoader/vcpkg/installed
296 
297 
298########################
299# INTERNAL cache entries
300########################
301 
302//ADVANCED property for variable: CMAKE_AR
303CMAKE_AR-ADVANCED:INTERNAL=1
304//This is the directory where this CMakeCache.txt was created
305CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/marco/Documents/CustomModuleLoader/DyMain
306//Major version of cmake used to create the current loaded cache
307CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
308//Minor version of cmake used to create the current loaded cache
309CMAKE_CACHE_MINOR_VERSION:INTERNAL=0
310//Patch version of cmake used to create the current loaded cache
311CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
312//Path to CMake executable.
313CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe
314//Path to cpack program executable.
315CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe
316//Path to ctest program executable.
317CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe
318//ADVANCED property for variable: CMAKE_CXX_FLAGS
319CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
320//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
321CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
322//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
323CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
324//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
325CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
326//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
327CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
328//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
329CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
330//ADVANCED property for variable: CMAKE_C_FLAGS
331CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
332//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
333CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
334//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
335CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
336//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
337CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
338//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
339CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
340//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
341CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
342//Executable file format
343CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
344//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
345CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
346//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
347CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
348//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
349CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
350//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
351CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
352//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
353CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
354//Name of external makefile project generator.
355CMAKE_EXTRA_GENERATOR:INTERNAL=
356//Name of generator.
357CMAKE_GENERATOR:INTERNAL=Visual Studio 17 2022
358//Generator instance identifier.
359CMAKE_GENERATOR_INSTANCE:INTERNAL=C:/Program Files/Microsoft Visual Studio/2022/Enterprise
360//Name of generator platform.
361CMAKE_GENERATOR_PLATFORM:INTERNAL=
362//Name of generator toolset.
363CMAKE_GENERATOR_TOOLSET:INTERNAL=
364//Source directory with the top level CMakeLists.txt file for this
365// project
366CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/marco/Documents/CustomModuleLoader
367//ADVANCED property for variable: CMAKE_LINKER
368CMAKE_LINKER-ADVANCED:INTERNAL=1
369//Name of CMakeLists files to read
370CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt
371//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
372CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
373//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
374CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
375//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
376CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
377//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
378CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
379//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
380CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
381//ADVANCED property for variable: CMAKE_MT
382CMAKE_MT-ADVANCED:INTERNAL=1
383//number of local generators
384CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=4
385//Platform information initialized
386CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
387//noop for ranlib
388CMAKE_RANLIB:INTERNAL=:
389//ADVANCED property for variable: CMAKE_RC_COMPILER
390CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
391CMAKE_RC_COMPILER_WORKS:INTERNAL=1
392//ADVANCED property for variable: CMAKE_RC_FLAGS
393CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
394//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG
395CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
396//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL
397CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
398//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE
399CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
400//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO
401CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
402//Path to CMake installation.
403CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-4.0
404//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
405CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
406//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
407CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
408//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
409CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
410//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
411CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
412//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
413CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
414//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
415CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
416//ADVANCED property for variable: CMAKE_SKIP_RPATH
417CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
418//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
419CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
420//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
421CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
422//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
423CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
424//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
425CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
426//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
427CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
428//ADVANCED property for variable: CMAKE_TOOLCHAIN_FILE
429CMAKE_TOOLCHAIN_FILE-ADVANCED:INTERNAL=1
430//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
431CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
432//Install the dependencies listed in your manifest:
433//\n If this is off, you will have to manually install your dependencies.
434//\n See https://github.com/microsoft/vcpkg/tree/master/docs/specifications/manifests.md
435// for more info.
436//\n
437VCPKG_MANIFEST_INSTALL:INTERNAL=OFF
438//ADVANCED property for variable: VCPKG_VERBOSE
439VCPKG_VERBOSE-ADVANCED:INTERNAL=1
440//Making sure VCPKG_MANIFEST_MODE doesn't change
441Z_VCPKG_CHECK_MANIFEST_MODE:INTERNAL=OFF
442//The path to the PowerShell implementation to use.
443Z_VCPKG_POWERSHELL_PATH:INTERNAL=C:/Program Files/PowerShell/7/pwsh.exe
444//Vcpkg root directory
445Z_VCPKG_ROOT_DIR:INTERNAL=C:/Users/marco/Documents/CustomModuleLoader/vcpkg
446 
447