· 5 years ago · Jan 30, 2021, 04:04 PM
1# This is the CMakeCache file.
2# For build in directory: c:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build
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//Value Computed by CMake
18AlphaEngine_BINARY_DIR:STATIC=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build
19
20//Value Computed by CMake
21AlphaEngine_SOURCE_DIR:STATIC=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum
22
23//Dependencies for the target
24AnyImageImporter_LIB_DEPENDS:STATIC=general;MagnumTrade;
25
26//Dependencies for the target
27AnySceneImporter_LIB_DEPENDS:STATIC=general;MagnumTrade;
28
29//Include deprecated API in the build
30BUILD_DEPRECATED:BOOL=ON
31
32//Build in a way that makes it possible to safely use certain Corrade
33// features simultaneously in multiple threads
34BUILD_MULTITHREADED:BOOL=ON
35
36//Build static plugins (default are dynamic)
37BUILD_PLUGINS_STATIC:BOOL=OFF
38
39//Build static libraries (default are shared)
40BUILD_STATIC:BOOL=OFF
41
42//Build unit tests
43BUILD_TESTS:BOOL=OFF
44
45//Path to a program.
46CMAKE_AR:FILEPATH=D:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/lib.exe
47
48CMAKE_ARCHIVE_OUTPUT_DIRECTORY:PATH=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build/$<CONFIG>/lib
49
50//Semicolon separated list of supported configuration types, only
51// supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything
52// else will be ignored.
53CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo
54
55//Flags used by the CXX compiler during all build types.
56CMAKE_CXX_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3 /GR /EHsc
57
58//Flags used by the CXX compiler during DEBUG builds.
59CMAKE_CXX_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1
60
61//Flags used by the CXX compiler during MINSIZEREL builds.
62CMAKE_CXX_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG
63
64//Flags used by the CXX compiler during RELEASE builds.
65CMAKE_CXX_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG
66
67//Flags used by the CXX compiler during RELWITHDEBINFO builds.
68CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG
69
70//Libraries linked by default with all C++ applications.
71CMAKE_CXX_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
72
73//Flags used by the C compiler during all build types.
74CMAKE_C_FLAGS:STRING=/DWIN32 /D_WINDOWS /W3
75
76//Flags used by the C compiler during DEBUG builds.
77CMAKE_C_FLAGS_DEBUG:STRING=/MDd /Zi /Ob0 /Od /RTC1
78
79//Flags used by the C compiler during MINSIZEREL builds.
80CMAKE_C_FLAGS_MINSIZEREL:STRING=/MD /O1 /Ob1 /DNDEBUG
81
82//Flags used by the C compiler during RELEASE builds.
83CMAKE_C_FLAGS_RELEASE:STRING=/MD /O2 /Ob2 /DNDEBUG
84
85//Flags used by the C compiler during RELWITHDEBINFO builds.
86CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=/MD /Zi /O2 /Ob1 /DNDEBUG
87
88//Libraries linked by default with all C applications.
89CMAKE_C_STANDARD_LIBRARIES:STRING=kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib
90
91//Flags used by the linker during all build types.
92CMAKE_EXE_LINKER_FLAGS:STRING=/machine:x64
93
94//Flags used by the linker during DEBUG builds.
95CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
96
97//Flags used by the linker during MINSIZEREL builds.
98CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
99
100//Flags used by the linker during RELEASE builds.
101CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
102
103//Flags used by the linker during RELWITHDEBINFO builds.
104CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
105
106//Install path prefix, prepended onto install directories.
107CMAKE_INSTALL_PREFIX:PATH=C:/Program Files (x86)/MyApplication
108
109CMAKE_LIBRARY_OUTPUT_DIRECTORY:PATH=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build/$<CONFIG>/lib
110
111//Path to a program.
112CMAKE_LINKER:FILEPATH=D:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.28.29333/bin/Hostx64/x64/link.exe
113
114//Flags used by the linker during the creation of modules during
115// all build types.
116CMAKE_MODULE_LINKER_FLAGS:STRING=/machine:x64
117
118//Flags used by the linker during the creation of modules during
119// DEBUG builds.
120CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
121
122//Flags used by the linker during the creation of modules during
123// MINSIZEREL builds.
124CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
125
126//Flags used by the linker during the creation of modules during
127// RELEASE builds.
128CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
129
130//Flags used by the linker during the creation of modules during
131// RELWITHDEBINFO builds.
132CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
133
134//Path to a program.
135CMAKE_MT:FILEPATH=CMAKE_MT-NOTFOUND
136
137//Value Computed by CMake
138CMAKE_PROJECT_DESCRIPTION:STATIC=
139
140//Value Computed by CMake
141CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
142
143//Value Computed by CMake
144CMAKE_PROJECT_NAME:STATIC=AlphaEngine
145
146//RC compiler
147CMAKE_RC_COMPILER:FILEPATH=rc
148
149//Flags for Windows Resource Compiler during all build types.
150CMAKE_RC_FLAGS:STRING=-DWIN32
151
152//Flags for Windows Resource Compiler during DEBUG builds.
153CMAKE_RC_FLAGS_DEBUG:STRING=-D_DEBUG
154
155//Flags for Windows Resource Compiler during MINSIZEREL builds.
156CMAKE_RC_FLAGS_MINSIZEREL:STRING=
157
158//Flags for Windows Resource Compiler during RELEASE builds.
159CMAKE_RC_FLAGS_RELEASE:STRING=
160
161//Flags for Windows Resource Compiler during RELWITHDEBINFO builds.
162CMAKE_RC_FLAGS_RELWITHDEBINFO:STRING=
163
164CMAKE_RUNTIME_OUTPUT_DIRECTORY:PATH=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build/$<CONFIG>/bin
165
166//Flags used by the linker during the creation of shared libraries
167// during all build types.
168CMAKE_SHARED_LINKER_FLAGS:STRING=/machine:x64
169
170//Flags used by the linker during the creation of shared libraries
171// during DEBUG builds.
172CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=/debug /INCREMENTAL
173
174//Flags used by the linker during the creation of shared libraries
175// during MINSIZEREL builds.
176CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=/INCREMENTAL:NO
177
178//Flags used by the linker during the creation of shared libraries
179// during RELEASE builds.
180CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=/INCREMENTAL:NO
181
182//Flags used by the linker during the creation of shared libraries
183// during RELWITHDEBINFO builds.
184CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=/debug /INCREMENTAL
185
186//If set, runtime paths are not added when installing shared libraries,
187// but are added when building.
188CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
189
190//If set, runtime paths are not added when using shared libraries.
191CMAKE_SKIP_RPATH:BOOL=NO
192
193//Flags used by the linker during the creation of static libraries
194// during all build types.
195CMAKE_STATIC_LINKER_FLAGS:STRING=/machine:x64
196
197//Flags used by the linker during the creation of static libraries
198// during DEBUG builds.
199CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
200
201//Flags used by the linker during the creation of static libraries
202// during MINSIZEREL builds.
203CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
204
205//Flags used by the linker during the creation of static libraries
206// during RELEASE builds.
207CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
208
209//Flags used by the linker during the creation of static libraries
210// during RELWITHDEBINFO builds.
211CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
212
213//If this value is on, makefiles will be generated without the
214// .SILENT directive, and all commands will be echoed to the console
215// during the make. This is useful for debugging only. With Visual
216// Studio IDE projects all commands are done without /nologo.
217CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
218
219//Prefix where to put platform-independent include and other files
220CORRADE_INCLUDE_INSTALL_PREFIX:STRING=.
221
222//Dependencies for the target
223CorradeInterconnect_LIB_DEPENDS:STATIC=general;CorradeUtility;
224
225//Dependencies for the target
226CorradePluginManager_LIB_DEPENDS:STATIC=general;CorradeUtility;
227
228//Dependencies for the target
229CorradeTestSuite_LIB_DEPENDS:STATIC=general;CorradeUtility;
230
231//Value Computed by CMake
232Corrade_BINARY_DIR:STATIC=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build/corrade
233
234//Value Computed by CMake
235Corrade_SOURCE_DIR:STATIC=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/corrade
236
237//Git command line client
238GIT_EXECUTABLE:FILEPATH=C:/Program Files/Git/cmd/git.exe
239
240//Get dependencies (Corrade, GLFW, SDL2, ...) via Hunter
241HUNTER_ENABLED:BOOL=OFF
242
243//Library directory suffix (e.g. 64 for /usr/lib64).
244LIB_SUFFIX:STRING=
245
246//Prefix where to put final application executables
247MAGNUM_DEPLOY_PREFIX:STRING=.
248
249//Prefix where to put platform-independent include and other files
250MAGNUM_INCLUDE_INSTALL_PREFIX:STRING=.
251
252//Path to a library.
253MAGNUM_LIBRARY_DEBUG:FILEPATH=MAGNUM_LIBRARY_DEBUG-NOTFOUND
254
255//Path to a library.
256MAGNUM_LIBRARY_RELEASE:FILEPATH=MAGNUM_LIBRARY_RELEASE-NOTFOUND
257
258//Base directory where to look for Magnum plugins for debug builds
259MAGNUM_PLUGINS_DEBUG_DIR:STRING=
260
261//Base directory where to look for Magnum plugins
262MAGNUM_PLUGINS_DIR:STRING=
263
264//Base directory where to look for Magnum plugins for release builds
265MAGNUM_PLUGINS_RELEASE_DIR:STRING=
266
267//Enable compatibility mode for MSVC 2015 (might disable some features)
268MSVC2015_COMPATIBILITY:BOOL=OFF
269
270//Enable compatibility mode for MSVC 2017 (might disable some features)
271MSVC2017_COMPATIBILITY:BOOL=OFF
272
273//Dependencies for the target
274MagnumDebugTools_LIB_DEPENDS:STATIC=general;Magnum;general;Corrade::TestSuite;general;MagnumTrade;general;MagnumGL;general;MagnumMeshTools;general;MagnumPrimitives;general;MagnumSceneGraph;general;MagnumShaders;
275
276//Dependencies for the target
277MagnumGL_LIB_DEPENDS:STATIC=general;Magnum;general;opengl32;
278
279//Dependencies for the target
280MagnumMeshTools_LIB_DEPENDS:STATIC=general;Magnum;general;MagnumTrade;general;MagnumGL;
281
282//Value Computed by CMake
283MagnumPlugins_BINARY_DIR:STATIC=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build/magnum-plugins
284
285//Value Computed by CMake
286MagnumPlugins_SOURCE_DIR:STATIC=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/magnum-plugins
287
288//Dependencies for the target
289MagnumPrimitives_LIB_DEPENDS:STATIC=general;Magnum;general;MagnumMeshTools;general;MagnumTrade;
290
291//Dependencies for the target
292MagnumSceneGraph_LIB_DEPENDS:STATIC=general;Magnum;
293
294//Dependencies for the target
295MagnumSdl2Application_LIB_DEPENDS:STATIC=general;Magnum;general;SDL2::SDL2;general;MagnumGL;
296
297//Dependencies for the target
298MagnumShaderTools_LIB_DEPENDS:STATIC=general;Magnum;general;Corrade::PluginManager;
299
300//Dependencies for the target
301MagnumShaders_LIB_DEPENDS:STATIC=general;Magnum;general;MagnumGL;
302
303//Dependencies for the target
304MagnumText_LIB_DEPENDS:STATIC=general;Magnum;general;MagnumTextureTools;general;Corrade::PluginManager;general;MagnumGL;
305
306//Dependencies for the target
307MagnumTextureTools_LIB_DEPENDS:STATIC=general;Magnum;general;MagnumGL;
308
309//Dependencies for the target
310MagnumTrade_LIB_DEPENDS:STATIC=general;Magnum;general;Corrade::PluginManager;
311
312//Value Computed by CMake
313Magnum_BINARY_DIR:STATIC=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build/magnum
314
315//Dependencies for the target
316Magnum_LIB_DEPENDS:STATIC=general;Corrade::Utility;
317
318//Value Computed by CMake
319Magnum_SOURCE_DIR:STATIC=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/magnum
320
321//Value Computed by CMake
322MyApplication_BINARY_DIR:STATIC=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build
323
324//Value Computed by CMake
325MyApplication_SOURCE_DIR:STATIC=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum
326
327//OpenGL library for win32
328OPENGL_gl_LIBRARY:STRING=opengl32
329
330//GLU library for win32
331OPENGL_glu_LIBRARY:STRING=glu32
332
333//Dependencies for the target
334ObjImporter_LIB_DEPENDS:STATIC=general;MagnumTrade;general;MagnumMeshTools;
335
336//Path to a file.
337SDL2_DLL_DEBUG:FILEPATH=SDL2_DLL_DEBUG-NOTFOUND
338
339//Path to a file.
340SDL2_DLL_RELEASE:FILEPATH=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/SDL2-2.0.10/lib/x64/SDL2.dll
341
342//Path to a file.
343SDL2_INCLUDE_DIR:PATH=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/SDL2-2.0.10/include
344
345//Path to a library.
346SDL2_LIBRARY_DEBUG:FILEPATH=SDL2_LIBRARY_DEBUG-NOTFOUND
347
348//Path to a library.
349SDL2_LIBRARY_RELEASE:FILEPATH=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/SDL2-2.0.10/lib/x64/SDL2.lib
350
351//Build libraries with OpenGL interoperability
352TARGET_GL:BOOL=ON
353
354//Build for OpenGL ES / WebGL
355TARGET_GLES:BOOL=OFF
356
357//Build command-line utilities for use on a headless machines
358TARGET_HEADLESS:BOOL=OFF
359
360//Use ANSI escape sequences for colored Debug output on Windows
361UTILITY_USE_ANSI_COLORS:BOOL=OFF
362
363//Build magnum-al-info utility
364WITH_AL_INFO:BOOL=OFF
365
366//Build AnyAudioImporter plugin
367WITH_ANYAUDIOIMPORTER:BOOL=OFF
368
369//Build AnyImageConverter plugin
370WITH_ANYIMAGECONVERTER:BOOL=OFF
371
372WITH_ANYIMAGEIMPORTER:BOOL=ON
373
374//Build AnySceneConverter plugin
375WITH_ANYSCENECONVERTER:BOOL=OFF
376
377WITH_ANYSCENEIMPORTER:BOOL=ON
378
379//Build AnyShaderConverter plugin
380WITH_ANYSHADERCONVERTER:BOOL=OFF
381
382//Build Audio library
383WITH_AUDIO:BOOL=OFF
384
385//Build DebugTools library
386WITH_DEBUGTOOLS:BOOL=ON
387
388//Build magnum-distancefieldconverter utility
389WITH_DISTANCEFIELDCONVERTER:BOOL=OFF
390
391//Build EglContext library
392WITH_EGLCONTEXT:BOOL=OFF
393
394//Build magnum-fontconverter utility
395WITH_FONTCONVERTER:BOOL=OFF
396
397//Build GlfwApplication library
398WITH_GLFWAPPLICATION:BOOL=OFF
399
400//Build magnum-gl-info utility
401WITH_GL_INFO:BOOL=OFF
402
403//Build magnum-imageconverter utility
404WITH_IMAGECONVERTER:BOOL=OFF
405
406//Build Interconnect library
407WITH_INTERCONNECT:BOOL=ON
408
409//Build MagnumFont plugin
410WITH_MAGNUMFONT:BOOL=OFF
411
412//Build MagnumFontConverter plugin
413WITH_MAGNUMFONTCONVERTER:BOOL=OFF
414
415WITH_OBJIMPORTER:BOOL=ON
416
417//Build OpenGLTester library
418WITH_OPENGLTESTER:BOOL=OFF
419
420//Build PluginManager library
421WITH_PLUGINMANAGER:BOOL=ON
422
423//Builf Primitives library
424WITH_PRIMITIVES:BOOL=ON
425
426//Build magnum-sceneconverter utility
427WITH_SCENECONVERTER:BOOL=OFF
428
429//Build SceneGraph library
430WITH_SCENEGRAPH:BOOL=ON
431
432WITH_SDL2APPLICATION:BOOL=ON
433
434//Build magnum-shaderconverter utility
435WITH_SHADERCONVERTER:BOOL=OFF
436
437//Build Shaders library
438WITH_SHADERS:BOOL=ON
439
440//Build ShaderTools library
441WITH_SHADERTOOLS:BOOL=ON
442
443WITH_STBIMAGEIMPORTER:BOOL=ON
444
445//Build TestSuite library
446WITH_TESTSUITE:BOOL=ON
447
448//Build Text library
449WITH_TEXT:BOOL=ON
450
451//Build TgaImageConverter plugin
452WITH_TGAIMAGECONVERTER:BOOL=OFF
453
454//Build TgaImporter plugin
455WITH_TGAIMPORTER:BOOL=OFF
456
457WITH_TINYGLTFIMPORTER:BOOL=ON
458
459//Build Vk library
460WITH_VK:BOOL=OFF
461
462//Build magnum-vk-info utility
463WITH_VK_INFO:BOOL=OFF
464
465//Build VulkanTester library
466WITH_VULKANTESTER:BOOL=OFF
467
468//Build WavAudioImporter plugin
469WITH_WAVAUDIOIMPORTER:BOOL=OFF
470
471//Build WglContext library
472WITH_WGLCONTEXT:BOOL=OFF
473
474//Build WindowlessEglApplication library
475WITH_WINDOWLESSEGLAPPLICATION:BOOL=OFF
476
477//Build WindowlessWglApplication library
478WITH_WINDOWLESSWGLAPPLICATION:BOOL=OFF
479
480
481########################
482# INTERNAL cache entries
483########################
484
485//Build static libraries with position-independent code
486BUILD_STATIC_PIC:INTERNAL=ON
487//This is the directory where this CMakeCache.txt was created
488CMAKE_CACHEFILE_DIR:INTERNAL=c:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build
489//Major version of cmake used to create the current loaded cache
490CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
491//Minor version of cmake used to create the current loaded cache
492CMAKE_CACHE_MINOR_VERSION:INTERNAL=19
493//Patch version of cmake used to create the current loaded cache
494CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
495//Path to CMake executable.
496CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe
497//Path to cpack program executable.
498CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe
499//Path to ctest program executable.
500CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe
501//ADVANCED property for variable: CMAKE_CXX_FLAGS
502CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
503//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
504CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
505//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
506CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
507//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
508CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
509//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
510CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
511//ADVANCED property for variable: CMAKE_CXX_STANDARD_LIBRARIES
512CMAKE_CXX_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
513//ADVANCED property for variable: CMAKE_C_FLAGS
514CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
515//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
516CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
517//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
518CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
519//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
520CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
521//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
522CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
523//ADVANCED property for variable: CMAKE_C_STANDARD_LIBRARIES
524CMAKE_C_STANDARD_LIBRARIES-ADVANCED:INTERNAL=1
525//Executable file format
526CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
527//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
528CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
529//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
530CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
531//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
532CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
533//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
534CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
535//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
536CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
537//Name of external makefile project generator.
538CMAKE_EXTRA_GENERATOR:INTERNAL=
539//Name of generator.
540CMAKE_GENERATOR:INTERNAL=Visual Studio 16 2019
541//Generator instance identifier.
542CMAKE_GENERATOR_INSTANCE:INTERNAL=D:/Program Files (x86)/Microsoft Visual Studio/2019/Community
543//Name of generator platform.
544CMAKE_GENERATOR_PLATFORM:INTERNAL=
545//Name of generator toolset.
546CMAKE_GENERATOR_TOOLSET:INTERNAL=
547//Source directory with the top level CMakeLists.txt file for this
548// project
549CMAKE_HOME_DIRECTORY:INTERNAL=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum
550//ADVANCED property for variable: CMAKE_LINKER
551CMAKE_LINKER-ADVANCED:INTERNAL=1
552//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
553CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
554//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
555CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
556//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
557CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
558//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
559CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
560//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
561CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
562//ADVANCED property for variable: CMAKE_MT
563CMAKE_MT-ADVANCED:INTERNAL=1
564//number of local generators
565CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=12
566//Platform information initialized
567CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
568//ADVANCED property for variable: CMAKE_RC_COMPILER
569CMAKE_RC_COMPILER-ADVANCED:INTERNAL=1
570CMAKE_RC_COMPILER_WORKS:INTERNAL=1
571//ADVANCED property for variable: CMAKE_RC_FLAGS
572CMAKE_RC_FLAGS-ADVANCED:INTERNAL=1
573//ADVANCED property for variable: CMAKE_RC_FLAGS_DEBUG
574CMAKE_RC_FLAGS_DEBUG-ADVANCED:INTERNAL=1
575//ADVANCED property for variable: CMAKE_RC_FLAGS_MINSIZEREL
576CMAKE_RC_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
577//ADVANCED property for variable: CMAKE_RC_FLAGS_RELEASE
578CMAKE_RC_FLAGS_RELEASE-ADVANCED:INTERNAL=1
579//ADVANCED property for variable: CMAKE_RC_FLAGS_RELWITHDEBINFO
580CMAKE_RC_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
581//Path to CMake installation.
582CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-3.19
583//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
584CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
585//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
586CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
587//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
588CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
589//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
590CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
591//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
592CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
593//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
594CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
595//ADVANCED property for variable: CMAKE_SKIP_RPATH
596CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
597//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
598CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
599//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
600CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
601//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
602CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
603//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
604CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
605//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
606CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
607//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
608CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
609//ADVANCED property for variable: CORRADE_INCLUDE_DIR
610CORRADE_INCLUDE_DIR-ADVANCED:INTERNAL=1
611CORRADE_INCLUDE_DIR:INTERNAL=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/corrade/src
612//Details about finding Corrade
613FIND_PACKAGE_MESSAGE_DETAILS_Corrade:INTERNAL=[C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/corrade/src][C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/corrade/modules][C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build/corrade/src/Corrade/configure.h][cfound components: Containers rc Utility ][v()]
614//Details about finding Git
615FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[C:/Program Files/Git/cmd/git.exe][v2.26.2.windows.1()]
616//Details about finding Magnum
617FIND_PACKAGE_MESSAGE_DETAILS_Magnum:INTERNAL=[C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/magnum/src][Magnum::Magnum][cfound components: Trade GL MeshTools Shaders SceneGraph Sdl2Application ][v()]
618//Details about finding OpenGL
619FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[opengl32][c ][v()]
620//Details about finding SDL2
621FIND_PACKAGE_MESSAGE_DETAILS_SDL2:INTERNAL=[C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/SDL2-2.0.10/lib/x64/SDL2.lib][C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/SDL2-2.0.10/include][v()]
622//ADVANCED property for variable: GIT_EXECUTABLE
623GIT_EXECUTABLE-ADVANCED:INTERNAL=1
624//ADVANCED property for variable: MAGNUM_INCLUDE_DIR
625MAGNUM_INCLUDE_DIR-ADVANCED:INTERNAL=1
626MAGNUM_INCLUDE_DIR:INTERNAL=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/magnum/src
627//ADVANCED property for variable: MAGNUM_LIBRARY_DEBUG
628MAGNUM_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
629//ADVANCED property for variable: MAGNUM_LIBRARY_RELEASE
630MAGNUM_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
631//ADVANCED property for variable: OPENGL_gl_LIBRARY
632OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
633//ADVANCED property for variable: OPENGL_glu_LIBRARY
634OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
635//ADVANCED property for variable: SDL2_INCLUDE_DIR
636SDL2_INCLUDE_DIR-ADVANCED:INTERNAL=1
637//ADVANCED property for variable: SDL2_LIBRARY_DEBUG
638SDL2_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
639//ADVANCED property for variable: SDL2_LIBRARY_RELEASE
640SDL2_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
641//Build MeshTools library
642WITH_MESHTOOLS:INTERNAL=ON
643//ADVANCED property for variable: _CORRADE_CONFIGURE_FILE
644_CORRADE_CONFIGURE_FILE-ADVANCED:INTERNAL=1
645_CORRADE_CONFIGURE_FILE:INTERNAL=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build/corrade/src/Corrade/configure.h
646//ADVANCED property for variable: _CORRADE_MODULE_DIR
647_CORRADE_MODULE_DIR-ADVANCED:INTERNAL=1
648_CORRADE_MODULE_DIR:INTERNAL=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/corrade/modules
649//ADVANCED property for variable: _MAGNUM_CONFIGURE_FILE
650_MAGNUM_CONFIGURE_FILE-ADVANCED:INTERNAL=1
651_MAGNUM_CONFIGURE_FILE:INTERNAL=C:/Users/User/Desktop/World of Legends/Alpha_Engine/magnum/build/magnum/src/Magnum/configure.h
652
653