aboutsummaryrefslogtreecommitdiff
path: root/cmake-build-deb-cs2230/CMakeCache.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cmake-build-deb-cs2230/CMakeCache.txt')
-rw-r--r--cmake-build-deb-cs2230/CMakeCache.txt1074
1 files changed, 0 insertions, 1074 deletions
diff --git a/cmake-build-deb-cs2230/CMakeCache.txt b/cmake-build-deb-cs2230/CMakeCache.txt
deleted file mode 100644
index 6531714..0000000
--- a/cmake-build-deb-cs2230/CMakeCache.txt
+++ /dev/null
@@ -1,1074 +0,0 @@
-# This is the CMakeCache file.
-# For build in directory: /Users/sotech117/Documents/master/graphics/projects-ray-sotech117/cmake-build-deb-cs2230
-# It was generated by CMake: /Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake
-# You can edit this file to change values found and used by cmake.
-# If you do not want to change any of the values, simply exit the editor.
-# If you do want to change a value, simply edit, save, and exit the editor.
-# The syntax for the file is as follows:
-# KEY:TYPE=VALUE
-# KEY is the name of a variable in the cache.
-# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
-# VALUE is the current value for the KEY.
-
-########################
-# EXTERNAL cache entries
-########################
-
-//Path to a program.
-CMAKE_ADDR2LINE:FILEPATH=CMAKE_ADDR2LINE-NOTFOUND
-
-//Path to a program.
-CMAKE_AR:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ar
-
-//Choose the type of build, options are: None Debug Release RelWithDebInfo
-// MinSizeRel ...
-CMAKE_BUILD_TYPE:STRING=Debug
-
-//Id string of the compiler for the CodeBlocks IDE. Automatically
-// detected when left empty
-CMAKE_CODEBLOCKS_COMPILER_ID:STRING=
-
-//The CodeBlocks executable
-CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND
-
-//Additional command line arguments when CodeBlocks invokes make.
-// Enter e.g. -j<some_number> to get parallel builds
-CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING=-j10
-
-//Enable colored diagnostics throughout.
-CMAKE_COLOR_DIAGNOSTICS:BOOL=ON
-
-//CXX compiler
-CMAKE_CXX_COMPILER:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/c++
-
-//Flags used by the CXX compiler during all build types.
-CMAKE_CXX_FLAGS:STRING=
-
-//Flags used by the CXX compiler during DEBUG builds.
-CMAKE_CXX_FLAGS_DEBUG:STRING=-g
-
-//Flags used by the CXX compiler during MINSIZEREL builds.
-CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
-
-//Flags used by the CXX compiler during RELEASE builds.
-CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
-
-//Flags used by the CXX compiler during RELWITHDEBINFO builds.
-CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
-
-//Path to a program.
-CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
-
-//Flags used by the linker during all build types.
-CMAKE_EXE_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during DEBUG builds.
-CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during MINSIZEREL builds.
-CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during RELEASE builds.
-CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during RELWITHDEBINFO builds.
-CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//Enable/Disable output of compile commands during generation.
-CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
-
-//Value Computed by CMake.
-CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/sotech117/Documents/master/graphics/projects-ray-sotech117/cmake-build-deb-cs2230/CMakeFiles/pkgRedirects
-
-//User executables (bin)
-CMAKE_INSTALL_BINDIR:PATH=bin
-
-//Read-only architecture-independent data (DATAROOTDIR)
-CMAKE_INSTALL_DATADIR:PATH=
-
-//Read-only architecture-independent data root (share)
-CMAKE_INSTALL_DATAROOTDIR:PATH=share
-
-//Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
-CMAKE_INSTALL_DOCDIR:PATH=
-
-//C header files (include)
-CMAKE_INSTALL_INCLUDEDIR:PATH=include
-
-//Info documentation (DATAROOTDIR/info)
-CMAKE_INSTALL_INFODIR:PATH=
-
-//Object code libraries (lib)
-CMAKE_INSTALL_LIBDIR:PATH=lib
-
-//Program executables (libexec)
-CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
-
-//Locale-dependent data (DATAROOTDIR/locale)
-CMAKE_INSTALL_LOCALEDIR:PATH=
-
-//Modifiable single-machine data (var)
-CMAKE_INSTALL_LOCALSTATEDIR:PATH=var
-
-//Man documentation (DATAROOTDIR/man)
-CMAKE_INSTALL_MANDIR:PATH=
-
-//Path to a program.
-CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool
-
-//C header files for non-gcc (/usr/include)
-CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
-
-//Install path prefix, prepended onto install directories.
-CMAKE_INSTALL_PREFIX:PATH=/usr/local
-
-//Run-time variable data (LOCALSTATEDIR/run)
-CMAKE_INSTALL_RUNSTATEDIR:PATH=
-
-//System admin executables (sbin)
-CMAKE_INSTALL_SBINDIR:PATH=sbin
-
-//Modifiable architecture-independent data (com)
-CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
-
-//Read-only single-machine data (etc)
-CMAKE_INSTALL_SYSCONFDIR:PATH=etc
-
-//Path to a program.
-CMAKE_LINKER:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ld
-
-//Path to a program.
-CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make
-
-//Flags used by the linker during the creation of modules during
-// all build types.
-CMAKE_MODULE_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during the creation of modules during
-// DEBUG builds.
-CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during the creation of modules during
-// MINSIZEREL builds.
-CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during the creation of modules during
-// RELEASE builds.
-CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during the creation of modules during
-// RELWITHDEBINFO builds.
-CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//Path to a program.
-CMAKE_NM:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/nm
-
-//Path to a program.
-CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND
-
-//Path to a program.
-CMAKE_OBJDUMP:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/objdump
-
-//Build architectures for OSX
-CMAKE_OSX_ARCHITECTURES:STRING=
-
-//Minimum OS X version to target for deployment (at runtime); newer
-// APIs weak linked. Set to empty string for default value.
-CMAKE_OSX_DEPLOYMENT_TARGET:STRING=
-
-//The product will be built against the headers and libraries located
-// inside the indicated SDK.
-CMAKE_OSX_SYSROOT:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk
-
-//No help, variable specified on the command line.
-CMAKE_PREFIX_PATH:UNINITIALIZED=/Users/sotech117/Qt/6.5.2/macos/lib/cmake
-
-//Value Computed by CMake
-CMAKE_PROJECT_DESCRIPTION:STATIC=
-
-//Value Computed by CMake
-CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
-
-//Value Computed by CMake
-CMAKE_PROJECT_NAME:STATIC=projects_ray
-
-//Path to a program.
-CMAKE_RANLIB:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/ranlib
-
-//Path to a program.
-CMAKE_READELF:FILEPATH=CMAKE_READELF-NOTFOUND
-
-//Flags used by the linker during the creation of shared libraries
-// during all build types.
-CMAKE_SHARED_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during the creation of shared libraries
-// during DEBUG builds.
-CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during the creation of shared libraries
-// during MINSIZEREL builds.
-CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during the creation of shared libraries
-// during RELEASE builds.
-CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during the creation of shared libraries
-// during RELWITHDEBINFO builds.
-CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//If set, runtime paths are not added when installing shared libraries,
-// but are added when building.
-CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
-
-//If set, runtime paths are not added when using shared libraries.
-CMAKE_SKIP_RPATH:BOOL=NO
-
-//Flags used by the linker during the creation of static libraries
-// during all build types.
-CMAKE_STATIC_LINKER_FLAGS:STRING=
-
-//Flags used by the linker during the creation of static libraries
-// during DEBUG builds.
-CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
-
-//Flags used by the linker during the creation of static libraries
-// during MINSIZEREL builds.
-CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
-
-//Flags used by the linker during the creation of static libraries
-// during RELEASE builds.
-CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
-
-//Flags used by the linker during the creation of static libraries
-// during RELWITHDEBINFO builds.
-CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
-
-//Path to a program.
-CMAKE_STRIP:FILEPATH=/Library/Developer/CommandLineTools/usr/bin/strip
-
-//If this value is on, makefiles will be generated without the
-// .SILENT directive, and all commands will be echoed to the console
-// during the make. This is useful for debugging only. With Visual
-// Studio IDE projects all commands are done without /nologo.
-CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
-
-//Path to a program.
-MACDEPLOYQT_EXECUTABLE:FILEPATH=/Users/sotech117/Qt/6.5.2/macos/bin/macdeployqt
-
-//Include for OpenGL on OS X
-OPENGL_INCLUDE_DIR:PATH=/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework
-
-//OpenGL library for OS X
-OPENGL_gl_LIBRARY:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework
-
-//GLU library for OS X (usually same as OpenGL library)
-OPENGL_glu_LIBRARY:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework
-
-//Path to a program.
-ProcessorCount_cmd_sysctl:FILEPATH=/usr/sbin/sysctl
-
-//Additional directories where find(Qt6 ...) host Qt components
-// are searched
-QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH:STRING=
-
-//Additional directories where find(Qt6 ...) components are searched
-QT_ADDITIONAL_PACKAGES_PREFIX_PATH:STRING=
-
-//The directory containing a CMake configuration file for Qt6Concurrent.
-Qt6Concurrent_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Concurrent
-
-//The directory containing a CMake configuration file for Qt6CoreTools.
-Qt6CoreTools_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6CoreTools
-
-//The directory containing a CMake configuration file for Qt6Core.
-Qt6Core_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Core
-
-//The directory containing a CMake configuration file for Qt6DBusTools.
-Qt6DBusTools_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBusTools
-
-//The directory containing a CMake configuration file for Qt6DBus.
-Qt6DBus_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6DBus
-
-//The directory containing a CMake configuration file for Qt6GuiTools.
-Qt6GuiTools_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6GuiTools
-
-//The directory containing a CMake configuration file for Qt6Gui.
-Qt6Gui_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Gui
-
-//The directory containing a CMake configuration file for Qt6Xml.
-Qt6Xml_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6Xml
-
-//The directory containing a CMake configuration file for Qt6.
-Qt6_DIR:PATH=/Users/sotech117/Qt/6.5.2/macos/lib/cmake/Qt6
-
-//Path to a library.
-WrapOpenGL_AGL:FILEPATH=/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/AGL.framework
-
-//Value Computed by CMake
-projects_ray_BINARY_DIR:STATIC=/Users/sotech117/Documents/master/graphics/projects-ray-sotech117/cmake-build-deb-cs2230
-
-//Value Computed by CMake
-projects_ray_IS_TOP_LEVEL:STATIC=ON
-
-//Value Computed by CMake
-projects_ray_SOURCE_DIR:STATIC=/Users/sotech117/Documents/master/graphics/projects-ray-sotech117
-
-
-########################
-# INTERNAL cache entries
-########################
-
-//ADVANCED property for variable: CMAKE_ADDR2LINE
-CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_AR
-CMAKE_AR-ADVANCED:INTERNAL=1
-//This is the directory where this CMakeCache.txt was created
-CMAKE_CACHEFILE_DIR:INTERNAL=/Users/sotech117/Documents/master/graphics/projects-ray-sotech117/cmake-build-deb-cs2230
-//Major version of cmake used to create the current loaded cache
-CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
-//Minor version of cmake used to create the current loaded cache
-CMAKE_CACHE_MINOR_VERSION:INTERNAL=26
-//Patch version of cmake used to create the current loaded cache
-CMAKE_CACHE_PATCH_VERSION:INTERNAL=4
-//Path to CMake executable.
-CMAKE_COMMAND:INTERNAL=/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cmake
-//Path to cpack program executable.
-CMAKE_CPACK_COMMAND:INTERNAL=/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/cpack
-//Path to ctest program executable.
-CMAKE_CTEST_COMMAND:INTERNAL=/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/bin/ctest
-//ADVANCED property for variable: CMAKE_CXX_COMPILER
-CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS
-CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
-CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
-CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
-CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
-CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_DLLTOOL
-CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
-//Executable file format
-CMAKE_EXECUTABLE_FORMAT:INTERNAL=MACHO
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
-CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
-CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
-CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
-CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
-CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
-//Name of external makefile project generator.
-CMAKE_EXTRA_GENERATOR:INTERNAL=CodeBlocks
-//CXX compiler system defined macros
-CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__llvm__;1;__clang__;1;__clang_major__;14;__clang_minor__;0;__clang_patchlevel__;0;__clang_version__;"14.0.0 (clang-1400.0.29.202)";__GNUC__;4;__GNUC_MINOR__;2;__GNUC_PATCHLEVEL__;1;__GXX_ABI_VERSION;1002;__GNUG__;4;__GXX_WEAK__;1;__ATOMIC_RELAXED;0;__ATOMIC_CONSUME;1;__ATOMIC_ACQUIRE;2;__ATOMIC_RELEASE;3;__ATOMIC_ACQ_REL;4;__ATOMIC_SEQ_CST;5;__OPENCL_MEMORY_SCOPE_WORK_ITEM;0;__OPENCL_MEMORY_SCOPE_WORK_GROUP;1;__OPENCL_MEMORY_SCOPE_DEVICE;2;__OPENCL_MEMORY_SCOPE_ALL_SVM_DEVICES;3;__OPENCL_MEMORY_SCOPE_SUB_GROUP;4;__PRAGMA_REDEFINE_EXTNAME;1;__VERSION__;"Apple LLVM 14.0.0 (clang-1400.0.29.202)";__OBJC_BOOL_IS_BOOL;1;__cpp_rtti;199711L;__cpp_exceptions;199711L;__cpp_threadsafe_static_init;200806L;__cpp_impl_destroying_delete;201806L;__CONSTANT_CFSTRINGS__;1;__block;__attribute__((__blocks__(byref)));__BLOCKS__;1;__EXCEPTIONS;1;__GXX_RTTI;1;__DEPRECATED;1;__private_extern__;extern;__clang_literal_encoding__;"UTF-8";__clang_wide_literal_encoding__;"UTF-32";__ORDER_LITTLE_ENDIAN__;1234;__ORDER_BIG_ENDIAN__;4321;__ORDER_PDP_ENDIAN__;3412;__BYTE_ORDER__;__ORDER_LITTLE_ENDIAN__;__LITTLE_ENDIAN__;1;_LP64;1;__LP64__;1;__CHAR_BIT__;8;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;9223372036854775807L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__WINT_MAX__;2147483647;__INTMAX_MAX__;9223372036854775807L;__SIZE_MAX__;18446744073709551615UL;__UINTMAX_MAX__;18446744073709551615UL;__PTRDIFF_MAX__;9223372036854775807L;__INTPTR_MAX__;9223372036854775807L;__UINTPTR_MAX__;18446744073709551615UL;__SIZEOF_DOUBLE__;8;__SIZEOF_FLOAT__;4;__SIZEOF_INT__;4;__SIZEOF_LONG__;8;__SIZEOF_LONG_DOUBLE__;8;__SIZEOF_LONG_LONG__;8;__SIZEOF_POINTER__;8;__SIZEOF_SHORT__;2;__SIZEOF_PTRDIFF_T__;8;__SIZEOF_SIZE_T__;8;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_INT128__;16;__INTMAX_TYPE__;long int;__INTMAX_FMTd__;"ld";__INTMAX_FMTi__;"li";__INTMAX_C_SUFFIX__;L;__UINTMAX_TYPE__;long unsigned int;__UINTMAX_FMTo__;"lo";__UINTMAX_FMTu__;"lu";__UINTMAX_FMTx__;"lx";__UINTMAX_FMTX__;"lX";__UINTMAX_C_SUFFIX__;UL;__INTMAX_WIDTH__;64;__PTRDIFF_TYPE__;long int;__PTRDIFF_FMTd__;"ld";__PTRDIFF_FMTi__;"li";__PTRDIFF_WIDTH__;64;__INTPTR_TYPE__;long int;__INTPTR_FMTd__;"ld";__INTPTR_FMTi__;"li";__INTPTR_WIDTH__;64;__SIZE_TYPE__;long unsigned int;__SIZE_FMTo__;"lo";__SIZE_FMTu__;"lu";__SIZE_FMTx__;"lx";__SIZE_FMTX__;"lX";__SIZE_WIDTH__;64;__WCHAR_TYPE__;int;__WCHAR_WIDTH__;32;__WINT_TYPE__;int;__WINT_WIDTH__;32;__SIG_ATOMIC_WIDTH__;32;__SIG_ATOMIC_MAX__;2147483647;__CHAR16_TYPE__;unsigned short;__CHAR32_TYPE__;unsigned int;__UINTMAX_WIDTH__;64;__UINTPTR_TYPE__;long unsigned int;__UINTPTR_FMTo__;"lo";__UINTPTR_FMTu__;"lu";__UINTPTR_FMTx__;"lx";__UINTPTR_FMTX__;"lX";__UINTPTR_WIDTH__;64;__FLT16_DENORM_MIN__;5.9604644775390625e-8F16;__FLT16_HAS_DENORM__;1;__FLT16_DIG__;3;__FLT16_DECIMAL_DIG__;5;__FLT16_EPSILON__;9.765625e-4F16;__FLT16_HAS_INFINITY__;1;__FLT16_HAS_QUIET_NAN__;1;__FLT16_MANT_DIG__;11;__FLT16_MAX_10_EXP__;4;__FLT16_MAX_EXP__;16;__FLT16_MAX__;6.5504e+4F16;__FLT16_MIN_10_EXP__;(-4);__FLT16_MIN_EXP__;(-13);__FLT16_MIN__;6.103515625e-5F16;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_DIG__;6;__FLT_DECIMAL_DIG__;9;__FLT_EPSILON__;1.19209290e-7F;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__FLT_MANT_DIG__;24;__FLT_MAX_10_EXP__;38;__FLT_MAX_EXP__;128;__FLT_MAX__;3.40282347e+38F;__FLT_MIN_10_EXP__;(-37);__FLT_MIN_EXP__;(-125);__FLT_MIN__;1.17549435e-38F;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_DIG__;15;__DBL_DECIMAL_DIG__;17;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_MAX_10_EXP__;308;__DBL_MAX_EXP__;1024;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN_10_EXP__;(-307);__DBL_MIN_EXP__;(-1021);__DBL_MIN__;2.2250738585072014e-308;__LDBL_DENORM_MIN__;4.9406564584124654e-324L;__LDBL_HAS_DENORM__;1;__LDBL_DIG__;15;__LDBL_DECIMAL_DIG__;17;__LDBL_EPSILON__;2.2204460492503131e-16L;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;53;__LDBL_MAX_10_EXP__;308;__LDBL_MAX_EXP__;1024;__LDBL_MAX__;1.7976931348623157e+308L;__LDBL_MIN_10_EXP__;(-307);__LDBL_MIN_EXP__;(-1021);__LDBL_MIN__;2.2250738585072014e-308L;__POINTER_WIDTH__;64;__BIGGEST_ALIGNMENT__;8;__INT8_TYPE__;signed char;__INT8_FMTd__;"hhd";__INT8_FMTi__;"hhi";__INT8_C_SUFFIX__; ;__INT16_TYPE__;short;__INT16_FMTd__;"hd";__INT16_FMTi__;"hi";__INT16_C_SUFFIX__; ;__INT32_TYPE__;int;__INT32_FMTd__;"d";__INT32_FMTi__;"i";__INT32_C_SUFFIX__; ;__INT64_TYPE__;long long int;__INT64_FMTd__;"lld";__INT64_FMTi__;"lli";__INT64_C_SUFFIX__;LL;__UINT8_TYPE__;unsigned char;__UINT8_FMTo__;"hho";__UINT8_FMTu__;"hhu";__UINT8_FMTx__;"hhx";__UINT8_FMTX__;"hhX";__UINT8_C_SUFFIX__; ;__UINT8_MAX__;255;__INT8_MAX__;127;__UINT16_TYPE__;unsigned short;__UINT16_FMTo__;"ho";__UINT16_FMTu__;"hu";__UINT16_FMTx__;"hx";__UINT16_FMTX__;"hX";__UINT16_C_SUFFIX__; ;__UINT16_MAX__;65535;__INT16_MAX__;32767;__UINT32_TYPE__;unsigned int;__UINT32_FMTo__;"o";__UINT32_FMTu__;"u";__UINT32_FMTx__;"x";__UINT32_FMTX__;"X";__UINT32_C_SUFFIX__;U;__UINT32_MAX__;4294967295U;__INT32_MAX__;2147483647;__UINT64_TYPE__;long long unsigned int;__UINT64_FMTo__;"llo";__UINT64_FMTu__;"llu";__UINT64_FMTx__;"llx";__UINT64_FMTX__;"llX";__UINT64_C_SUFFIX__;ULL;__UINT64_MAX__;18446744073709551615ULL;__INT64_MAX__;9223372036854775807LL;__INT_LEAST8_TYPE__;signed char;__INT_LEAST8_MAX__;127;__INT_LEAST8_FMTd__;"hhd";__INT_LEAST8_FMTi__;"hhi";__UINT_LEAST8_TYPE__;unsigned char;__UINT_LEAST8_MAX__;255;__UINT_LEAST8_FMTo__;"hho";__UINT_LEAST8_FMTu__;"hhu";__UINT_LEAST8_FMTx__;"hhx";__UINT_LEAST8_FMTX__;"hhX";__INT_LEAST16_TYPE__;short;__INT_LEAST16_MAX__;32767;__INT_LEAST16_FMTd__;"hd";__INT_LEAST16_FMTi__;"hi";__UINT_LEAST16_TYPE__;unsigned short;__UINT_LEAST16_MAX__;65535;__UINT_LEAST16_FMTo__;"ho";__UINT_LEAST16_FMTu__;"hu";__UINT_LEAST16_FMTx__;"hx";__UINT_LEAST16_FMTX__;"hX";__INT_LEAST32_TYPE__;int;__INT_LEAST32_MAX__;2147483647;__INT_LEAST32_FMTd__;"d";__INT_LEAST32_FMTi__;"i";__UINT_LEAST32_TYPE__;unsigned int;__UINT_LEAST32_MAX__;4294967295U;__UINT_LEAST32_FMTo__;"o";__UINT_LEAST32_FMTu__;"u";__UINT_LEAST32_FMTx__;"x";__UINT_LEAST32_FMTX__;"X";__INT_LEAST64_TYPE__;long long int;__INT_LEAST64_MAX__;9223372036854775807LL;__INT_LEAST64_FMTd__;"lld";__INT_LEAST64_FMTi__;"lli";__UINT_LEAST64_TYPE__;long long unsigned int;__UINT_LEAST64_MAX__;18446744073709551615ULL;__UINT_LEAST64_FMTo__;"llo";__UINT_LEAST64_FMTu__;"llu";__UINT_LEAST64_FMTx__;"llx";__UINT_LEAST64_FMTX__;"llX";__INT_FAST8_TYPE__;signed char;__INT_FAST8_MAX__;127;__INT_FAST8_FMTd__;"hhd";__INT_FAST8_FMTi__;"hhi";__UINT_FAST8_TYPE__;unsigned char;__UINT_FAST8_MAX__;255;__UINT_FAST8_FMTo__;"hho";__UINT_FAST8_FMTu__;"hhu";__UINT_FAST8_FMTx__;"hhx";__UINT_FAST8_FMTX__;"hhX";__INT_FAST16_TYPE__;short;__INT_FAST16_MAX__;32767;__INT_FAST16_FMTd__;"hd";__INT_FAST16_FMTi__;"hi";__UINT_FAST16_TYPE__;unsigned short;__UINT_FAST16_MAX__;65535;__UINT_FAST16_FMTo__;"ho";__UINT_FAST16_FMTu__;"hu";__UINT_FAST16_FMTx__;"hx";__UINT_FAST16_FMTX__;"hX";__INT_FAST32_TYPE__;int;__INT_FAST32_MAX__;2147483647;__INT_FAST32_FMTd__;"d";__INT_FAST32_FMTi__;"i";__UINT_FAST32_TYPE__;unsigned int;__UINT_FAST32_MAX__;4294967295U;__UINT_FAST32_FMTo__;"o";__UINT_FAST32_FMTu__;"u";__UINT_FAST32_FMTx__;"x";__UINT_FAST32_FMTX__;"X";__INT_FAST64_TYPE__;long long int;__INT_FAST64_MAX__;9223372036854775807LL;__INT_FAST64_FMTd__;"lld";__INT_FAST64_FMTi__;"lli";__UINT_FAST64_TYPE__;long long unsigned int;__UINT_FAST64_MAX__;18446744073709551615ULL;__UINT_FAST64_FMTo__;"llo";__UINT_FAST64_FMTu__;"llu";__UINT_FAST64_FMTx__;"llx";__UINT_FAST64_FMTX__;"llX";__USER_LABEL_PREFIX__;_;__FINITE_MATH_ONLY__;0;__GNUC_GNU_INLINE__;1;__GCC_ATOMIC_TEST_AND_SET_TRUEVAL;1;__CLANG_ATOMIC_BOOL_LOCK_FREE;2;__CLANG_ATOMIC_CHAR_LOCK_FREE;2;__CLANG_ATOMIC_CHAR16_T_LOCK_FREE;2;__CLANG_ATOMIC_CHAR32_T_LOCK_FREE;2;__CLANG_ATOMIC_WCHAR_T_LOCK_FREE;2;__CLANG_ATOMIC_SHORT_LOCK_FREE;2;__CLANG_ATOMIC_INT_LOCK_FREE;2;__CLANG_ATOMIC_LONG_LOCK_FREE;2;__CLANG_ATOMIC_LLONG_LOCK_FREE;2;__CLANG_ATOMIC_POINTER_LOCK_FREE;2;__GCC_ATOMIC_BOOL_LOCK_FREE;2;__GCC_ATOMIC_CHAR_LOCK_FREE;2;__GCC_ATOMIC_CHAR16_T_LOCK_FREE;2;__GCC_ATOMIC_CHAR32_T_LOCK_FREE;2;__GCC_ATOMIC_WCHAR_T_LOCK_FREE;2;__GCC_ATOMIC_SHORT_LOCK_FREE;2;__GCC_ATOMIC_INT_LOCK_FREE;2;__GCC_ATOMIC_LONG_LOCK_FREE;2;__GCC_ATOMIC_LLONG_LOCK_FREE;2;__GCC_ATOMIC_POINTER_LOCK_FREE;2;__NO_INLINE__;1;__PIC__;2;__pic__;2;__FLT_EVAL_METHOD__;0;__FLT_RADIX__;2;__DECIMAL_DIG__;__LDBL_DECIMAL_DIG__;__SSP__;1;__nonnull;_Nonnull;__null_unspecified;_Null_unspecified;__nullable;_Nullable;__GLIBCXX_TYPE_INT_N_0;__int128;__GLIBCXX_BITSIZE_INT_N_0;128;__AARCH64EL__;1;__aarch64__;1;_LP64;1;__LP64__;1;__AARCH64_CMODEL_SMALL__;1;__ARM_ACLE;200;__ARM_ARCH;8;__ARM_ARCH_PROFILE;'A';__ARM_64BIT_STATE;1;__ARM_PCS_AAPCS64;1;__ARM_ARCH_ISA_A64;1;__ARM_FEATURE_CLZ;1;__ARM_FEATURE_FMA;1;__ARM_FEATURE_LDREX;0xF;__ARM_FEATURE_IDIV;1;__ARM_FEATURE_DIV;1;__ARM_FEATURE_NUMERIC_MAXMIN;1;__ARM_FEATURE_DIRECTED_ROUNDING;1;__ARM_ALIGN_MAX_STACK_PWR;4;__ARM_FP;0xE;__ARM_FP16_FORMAT_IEEE;1;__ARM_FP16_ARGS;1;__ARM_SIZEOF_WCHAR_T;4;__ARM_SIZEOF_MINIMAL_ENUM;4;__ARM_NEON;1;__ARM_NEON_FP;0xE;__ARM_FEATURE_CRC32;1;__ARM_FEATURE_CRYPTO;1;__ARM_FEATURE_AES;1;__ARM_FEATURE_SHA2;1;__ARM_FEATURE_SHA3;1;__ARM_FEATURE_SHA512;1;__ARM_FEATURE_SM3;1;__ARM_FEATURE_SM4;1;__ARM_FEATURE_UNALIGNED;1;__ARM_FEATURE_FP16_VECTOR_ARITHMETIC;1;__ARM_FEATURE_FP16_SCALAR_ARITHMETIC;1;__ARM_FEATURE_DOTPROD;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_FP16_FML;1;__ARM_FEATURE_FRINT;1;__ARM_ARCH_8_3__;1;__ARM_FEATURE_COMPLEX;1;__ARM_FEATURE_JCVT;1;__ARM_FEATURE_QRDMX;1;__ARM_FEATURE_ATOMICS;1;__ARM_FEATURE_CRC32;1;__ARM_ARCH_8_4__;1;__ARM_ARCH_8_5__;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__AARCH64_SIMD__;1;__ARM64_ARCH_8__;1;__ARM_NEON__;1;__LITTLE_ENDIAN__;1;__REGISTER_PREFIX__; ;__arm64;1;__arm64__;1;__APPLE_CC__;6000;__APPLE__;1;__STDC_NO_THREADS__;1;__apple_build_version__;14000029;__weak;__attribute__((objc_gc(weak)));__strong; ;__unsafe_unretained; ;__DYNAMIC__;1;__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__;130000;__ENVIRONMENT_OS_VERSION_MIN_REQUIRED__;130000;__MACH__;1;__STDC__;1;__STDC_HOSTED__;1;__cplusplus;199711L;__STDCPP_DEFAULT_NEW_ALIGNMENT__;16UL;__STDCPP_THREADS__;1;__STDC_UTF_16__;1;__STDC_UTF_32__;1;__GCC_HAVE_DWARF2_CFI_ASM;1
-//CXX compiler system include directories
-CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1;/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include;/Library/Developer/CommandLineTools/usr/include;/System/Library/Frameworks;/Library/Frameworks
-//Name of generator.
-CMAKE_GENERATOR:INTERNAL=Unix Makefiles
-//Generator instance identifier.
-CMAKE_GENERATOR_INSTANCE:INTERNAL=
-//Name of generator platform.
-CMAKE_GENERATOR_PLATFORM:INTERNAL=
-//Name of generator toolset.
-CMAKE_GENERATOR_TOOLSET:INTERNAL=
-//Test CMAKE_HAVE_LIBC_PTHREAD
-CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1
-//Source directory with the top level CMakeLists.txt file for this
-// project
-CMAKE_HOME_DIRECTORY:INTERNAL=/Users/sotech117/Documents/master/graphics/projects-ray-sotech117
-//ADVANCED property for variable: CMAKE_INSTALL_BINDIR
-CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_DATADIR
-CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
-CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
-CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
-CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_INFODIR
-CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
-CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
-CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
-CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
-CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_MANDIR
-CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
-CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
-CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
-CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
-CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
-CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
-CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_LINKER
-CMAKE_LINKER-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
-CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
-CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
-CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
-CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
-CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_NM
-CMAKE_NM-ADVANCED:INTERNAL=1
-//number of local generators
-CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=2
-//ADVANCED property for variable: CMAKE_OBJCOPY
-CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_OBJDUMP
-CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
-//Platform information initialized
-CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_RANLIB
-CMAKE_RANLIB-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_READELF
-CMAKE_READELF-ADVANCED:INTERNAL=1
-//Path to CMake installation.
-CMAKE_ROOT:INTERNAL=/Users/sotech117/Library/Application Support/JetBrains/Toolbox/apps/CLion/ch-0/232.9921.42/CLion.app/Contents/bin/cmake/mac/share/cmake-3.26
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
-CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
-CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
-CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
-CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
-CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_SKIP_RPATH
-CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
-CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
-CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
-CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
-CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
-CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: CMAKE_STRIP
-CMAKE_STRIP-ADVANCED:INTERNAL=1
-//uname command
-CMAKE_UNAME:INTERNAL=/usr/bin/uname
-//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
-CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
-//Details about finding OpenGL
-FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework][/Library/Developer/CommandLineTools/SDKs/MacOSX13.1.sdk/System/Library/Frameworks/OpenGL.framework][c ][v()]
-//Details about finding Threads
-FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()]
-//Details about finding WrapAtomic
-FIND_PACKAGE_MESSAGE_DETAILS_WrapAtomic:INTERNAL=[1][v()]
-//Details about finding WrapOpenGL
-FIND_PACKAGE_MESSAGE_DETAILS_WrapOpenGL:INTERNAL=[ON][v()]
-//Test HAVE_STDATOMIC
-HAVE_STDATOMIC:INTERNAL=1
-//ADVANCED property for variable: OPENGL_INCLUDE_DIR
-OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: OPENGL_gl_LIBRARY
-OPENGL_gl_LIBRARY-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: OPENGL_glu_LIBRARY
-OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1
-//ADVANCED property for variable: ProcessorCount_cmd_sysctl
-ProcessorCount_cmd_sysctl-ADVANCED:INTERNAL=1
-//Qt feature: accessibility (from target Qt6::Gui)
-QT_FEATURE_accessibility:INTERNAL=ON
-//Qt feature: accessibility_atspi_bridge (from target Qt6::Gui)
-QT_FEATURE_accessibility_atspi_bridge:INTERNAL=OFF
-//Qt feature: action (from target Qt6::Gui)
-QT_FEATURE_action:INTERNAL=ON
-//Qt feature: aesni (from target Qt6::Core)
-QT_FEATURE_aesni:INTERNAL=ON
-//Qt feature: alloca (from target Qt6::Core)
-QT_FEATURE_alloca:INTERNAL=ON
-//Qt feature: alloca_h (from target Qt6::Core)
-QT_FEATURE_alloca_h:INTERNAL=ON
-//Qt feature: alloca_malloc_h (from target Qt6::Core)
-QT_FEATURE_alloca_malloc_h:INTERNAL=OFF
-//Qt feature: android_style_assets (from target Qt6::Core)
-QT_FEATURE_android_style_assets:INTERNAL=OFF
-//Qt feature: animation (from target Qt6::Core)
-QT_FEATURE_animation:INTERNAL=ON
-//Qt feature: appstore_compliant (from target Qt6::Core)
-QT_FEATURE_appstore_compliant:INTERNAL=OFF
-//Qt feature: arm_crc32 (from target Qt6::Core)
-QT_FEATURE_arm_crc32:INTERNAL=OFF
-//Qt feature: arm_crypto (from target Qt6::Core)
-QT_FEATURE_arm_crypto:INTERNAL=OFF
-//Qt feature: avx (from target Qt6::Core)
-QT_FEATURE_avx:INTERNAL=ON
-//Qt feature: avx2 (from target Qt6::Core)
-QT_FEATURE_avx2:INTERNAL=ON
-//Qt feature: avx512bw (from target Qt6::Core)
-QT_FEATURE_avx512bw:INTERNAL=ON
-//Qt feature: avx512cd (from target Qt6::Core)
-QT_FEATURE_avx512cd:INTERNAL=ON
-//Qt feature: avx512dq (from target Qt6::Core)
-QT_FEATURE_avx512dq:INTERNAL=ON
-//Qt feature: avx512er (from target Qt6::Core)
-QT_FEATURE_avx512er:INTERNAL=ON
-//Qt feature: avx512f (from target Qt6::Core)
-QT_FEATURE_avx512f:INTERNAL=ON
-//Qt feature: avx512ifma (from target Qt6::Core)
-QT_FEATURE_avx512ifma:INTERNAL=ON
-//Qt feature: avx512pf (from target Qt6::Core)
-QT_FEATURE_avx512pf:INTERNAL=ON
-//Qt feature: avx512vbmi (from target Qt6::Core)
-QT_FEATURE_avx512vbmi:INTERNAL=ON
-//Qt feature: avx512vbmi2 (from target Qt6::Core)
-QT_FEATURE_avx512vbmi2:INTERNAL=ON
-//Qt feature: avx512vl (from target Qt6::Core)
-QT_FEATURE_avx512vl:INTERNAL=ON
-//Qt feature: backtrace (from target Qt6::Core)
-QT_FEATURE_backtrace:INTERNAL=ON
-//Qt feature: c11 (from target Qt6::Core)
-QT_FEATURE_c11:INTERNAL=ON
-//Qt feature: c99 (from target Qt6::Core)
-QT_FEATURE_c99:INTERNAL=ON
-//Qt feature: cborstreamreader (from target Qt6::Core)
-QT_FEATURE_cborstreamreader:INTERNAL=ON
-//Qt feature: cborstreamwriter (from target Qt6::Core)
-QT_FEATURE_cborstreamwriter:INTERNAL=ON
-//Qt feature: clipboard (from target Qt6::Gui)
-QT_FEATURE_clipboard:INTERNAL=ON
-//Qt feature: clock_gettime (from target Qt6::Core)
-QT_FEATURE_clock_gettime:INTERNAL=ON
-//Qt feature: clock_monotonic (from target Qt6::Core)
-QT_FEATURE_clock_monotonic:INTERNAL=OFF
-//Qt feature: colornames (from target Qt6::Gui)
-QT_FEATURE_colornames:INTERNAL=ON
-//Qt feature: commandlineparser (from target Qt6::Core)
-QT_FEATURE_commandlineparser:INTERNAL=ON
-//Qt feature: concatenatetablesproxymodel (from target Qt6::Core)
-QT_FEATURE_concatenatetablesproxymodel:INTERNAL=ON
-//Qt feature: concurrent (from target Qt6::Core)
-QT_FEATURE_concurrent:INTERNAL=ON
-//Qt feature: cpp_winrt (from target Qt6::Core)
-QT_FEATURE_cpp_winrt:INTERNAL=OFF
-//Qt feature: cross_compile (from target Qt6::Core)
-QT_FEATURE_cross_compile:INTERNAL=OFF
-//Qt feature: cssparser (from target Qt6::Gui)
-QT_FEATURE_cssparser:INTERNAL=ON
-//Qt feature: ctf (from target Qt6::Core)
-QT_FEATURE_ctf:INTERNAL=OFF
-//Qt feature: cursor (from target Qt6::Gui)
-QT_FEATURE_cursor:INTERNAL=ON
-//Qt feature: cxx11 (from target Qt6::Core)
-QT_FEATURE_cxx11:INTERNAL=ON
-//Qt feature: cxx11_future (from target Qt6::Core)
-QT_FEATURE_cxx11_future:INTERNAL=ON
-//Qt feature: cxx14 (from target Qt6::Core)
-QT_FEATURE_cxx14:INTERNAL=ON
-//Qt feature: cxx17 (from target Qt6::Core)
-QT_FEATURE_cxx17:INTERNAL=ON
-//Qt feature: cxx17_filesystem (from target Qt6::Core)
-QT_FEATURE_cxx17_filesystem:INTERNAL=ON
-//Qt feature: cxx1z (from target Qt6::Core)
-QT_FEATURE_cxx1z:INTERNAL=ON
-//Qt feature: cxx20 (from target Qt6::Core)
-QT_FEATURE_cxx20:INTERNAL=OFF
-//Qt feature: cxx2a (from target Qt6::Core)
-QT_FEATURE_cxx2a:INTERNAL=OFF
-//Qt feature: cxx2b (from target Qt6::Core)
-QT_FEATURE_cxx2b:INTERNAL=OFF
-//Qt feature: datestring (from target Qt6::Core)
-QT_FEATURE_datestring:INTERNAL=ON
-//Qt feature: datetimeparser (from target Qt6::Core)
-QT_FEATURE_datetimeparser:INTERNAL=ON
-//Qt feature: dbus (from target Qt6::Core)
-QT_FEATURE_dbus:INTERNAL=ON
-//Qt feature: dbus_linked (from target Qt6::Core)
-QT_FEATURE_dbus_linked:INTERNAL=OFF
-//Qt feature: debug (from target Qt6::Core)
-QT_FEATURE_debug:INTERNAL=OFF
-//Qt feature: debug_and_release (from target Qt6::Core)
-QT_FEATURE_debug_and_release:INTERNAL=OFF
-//Qt feature: desktopservices (from target Qt6::Gui)
-QT_FEATURE_desktopservices:INTERNAL=ON
-//Qt feature: developer_build (from target Qt6::Core)
-QT_FEATURE_developer_build:INTERNAL=OFF
-//Qt feature: direct2d (from target Qt6::Gui)
-QT_FEATURE_direct2d:INTERNAL=OFF
-//Qt feature: direct2d1_1 (from target Qt6::Gui)
-QT_FEATURE_direct2d1_1:INTERNAL=OFF
-//Qt feature: directfb (from target Qt6::Gui)
-QT_FEATURE_directfb:INTERNAL=OFF
-//Qt feature: directwrite (from target Qt6::Gui)
-QT_FEATURE_directwrite:INTERNAL=OFF
-//Qt feature: directwrite3 (from target Qt6::Gui)
-QT_FEATURE_directwrite3:INTERNAL=OFF
-//Qt feature: dladdr (from target Qt6::Core)
-QT_FEATURE_dladdr:INTERNAL=ON
-//Qt feature: dlopen (from target Qt6::Core)
-QT_FEATURE_dlopen:INTERNAL=ON
-//Qt feature: dom (from target Qt6::Xml)
-QT_FEATURE_dom:INTERNAL=ON
-//Qt feature: doubleconversion (from target Qt6::Core)
-QT_FEATURE_doubleconversion:INTERNAL=ON
-//Qt feature: draganddrop (from target Qt6::Gui)
-QT_FEATURE_draganddrop:INTERNAL=ON
-//Qt feature: drm_atomic (from target Qt6::Gui)
-QT_FEATURE_drm_atomic:INTERNAL=OFF
-//Qt feature: dynamicgl (from target Qt6::Gui)
-QT_FEATURE_dynamicgl:INTERNAL=OFF
-//Qt feature: easingcurve (from target Qt6::Core)
-QT_FEATURE_easingcurve:INTERNAL=ON
-//Qt feature: egl (from target Qt6::Gui)
-QT_FEATURE_egl:INTERNAL=OFF
-//Qt feature: egl_x11 (from target Qt6::Gui)
-QT_FEATURE_egl_x11:INTERNAL=OFF
-//Qt feature: eglfs (from target Qt6::Gui)
-QT_FEATURE_eglfs:INTERNAL=OFF
-//Qt feature: eglfs_brcm (from target Qt6::Gui)
-QT_FEATURE_eglfs_brcm:INTERNAL=OFF
-//Qt feature: eglfs_egldevice (from target Qt6::Gui)
-QT_FEATURE_eglfs_egldevice:INTERNAL=OFF
-//Qt feature: eglfs_gbm (from target Qt6::Gui)
-QT_FEATURE_eglfs_gbm:INTERNAL=OFF
-//Qt feature: eglfs_mali (from target Qt6::Gui)
-QT_FEATURE_eglfs_mali:INTERNAL=OFF
-//Qt feature: eglfs_openwfd (from target Qt6::Gui)
-QT_FEATURE_eglfs_openwfd:INTERNAL=OFF
-//Qt feature: eglfs_rcar (from target Qt6::Gui)
-QT_FEATURE_eglfs_rcar:INTERNAL=OFF
-//Qt feature: eglfs_viv (from target Qt6::Gui)
-QT_FEATURE_eglfs_viv:INTERNAL=OFF
-//Qt feature: eglfs_viv_wl (from target Qt6::Gui)
-QT_FEATURE_eglfs_viv_wl:INTERNAL=OFF
-//Qt feature: eglfs_vsp2 (from target Qt6::Gui)
-QT_FEATURE_eglfs_vsp2:INTERNAL=OFF
-//Qt feature: eglfs_x11 (from target Qt6::Gui)
-QT_FEATURE_eglfs_x11:INTERNAL=OFF
-//Qt feature: etw (from target Qt6::Core)
-QT_FEATURE_etw:INTERNAL=OFF
-//Qt feature: evdev (from target Qt6::Gui)
-QT_FEATURE_evdev:INTERNAL=OFF
-//Qt feature: eventfd (from target Qt6::Core)
-QT_FEATURE_eventfd:INTERNAL=OFF
-//Qt feature: f16c (from target Qt6::Core)
-QT_FEATURE_f16c:INTERNAL=ON
-//Qt feature: filesystemiterator (from target Qt6::Core)
-QT_FEATURE_filesystemiterator:INTERNAL=ON
-//Qt feature: filesystemmodel (from target Qt6::Gui)
-QT_FEATURE_filesystemmodel:INTERNAL=ON
-//Qt feature: filesystemwatcher (from target Qt6::Core)
-QT_FEATURE_filesystemwatcher:INTERNAL=ON
-//Qt feature: fontconfig (from target Qt6::Gui)
-QT_FEATURE_fontconfig:INTERNAL=OFF
-//Qt feature: force_asserts (from target Qt6::Core)
-QT_FEATURE_force_asserts:INTERNAL=OFF
-//Qt feature: force_debug_info (from target Qt6::Core)
-QT_FEATURE_force_debug_info:INTERNAL=ON
-//Qt feature: forkfd_pidfd (from target Qt6::Core)
-QT_FEATURE_forkfd_pidfd:INTERNAL=OFF
-//Qt feature: framework (from target Qt6::Core)
-QT_FEATURE_framework:INTERNAL=ON
-//Qt feature: freetype (from target Qt6::Gui)
-QT_FEATURE_freetype:INTERNAL=ON
-//Qt feature: futimens (from target Qt6::Core)
-QT_FEATURE_futimens:INTERNAL=ON
-//Qt feature: future (from target Qt6::Core)
-QT_FEATURE_future:INTERNAL=ON
-//Qt feature: gc_binaries (from target Qt6::Core)
-QT_FEATURE_gc_binaries:INTERNAL=OFF
-//Qt feature: gestures (from target Qt6::Core)
-QT_FEATURE_gestures:INTERNAL=ON
-//Qt feature: getauxval (from target Qt6::Core)
-QT_FEATURE_getauxval:INTERNAL=OFF
-//Qt feature: getentropy (from target Qt6::Core)
-QT_FEATURE_getentropy:INTERNAL=ON
-//Qt feature: gif (from target Qt6::Gui)
-QT_FEATURE_gif:INTERNAL=ON
-//Qt feature: glib (from target Qt6::Core)
-QT_FEATURE_glib:INTERNAL=OFF
-//Qt feature: glibc (from target Qt6::Core)
-QT_FEATURE_glibc:INTERNAL=OFF
-//Qt feature: gui (from target Qt6::Core)
-QT_FEATURE_gui:INTERNAL=ON
-//Qt feature: harfbuzz (from target Qt6::Gui)
-QT_FEATURE_harfbuzz:INTERNAL=ON
-//Qt feature: headersclean (from target Qt6::Core)
-QT_FEATURE_headersclean:INTERNAL=ON
-//Qt feature: highdpiscaling (from target Qt6::Gui)
-QT_FEATURE_highdpiscaling:INTERNAL=ON
-//Qt feature: hijricalendar (from target Qt6::Core)
-QT_FEATURE_hijricalendar:INTERNAL=ON
-//Qt feature: ico (from target Qt6::Gui)
-QT_FEATURE_ico:INTERNAL=ON
-//Qt feature: icu (from target Qt6::Core)
-QT_FEATURE_icu:INTERNAL=OFF
-//Qt feature: identityproxymodel (from target Qt6::Core)
-QT_FEATURE_identityproxymodel:INTERNAL=ON
-//Qt feature: im (from target Qt6::Gui)
-QT_FEATURE_im:INTERNAL=ON
-//Qt feature: image_heuristic_mask (from target Qt6::Gui)
-QT_FEATURE_image_heuristic_mask:INTERNAL=ON
-//Qt feature: image_text (from target Qt6::Gui)
-QT_FEATURE_image_text:INTERNAL=ON
-//Qt feature: imageformat_bmp (from target Qt6::Gui)
-QT_FEATURE_imageformat_bmp:INTERNAL=ON
-//Qt feature: imageformat_jpeg (from target Qt6::Gui)
-QT_FEATURE_imageformat_jpeg:INTERNAL=ON
-//Qt feature: imageformat_png (from target Qt6::Gui)
-QT_FEATURE_imageformat_png:INTERNAL=ON
-//Qt feature: imageformat_ppm (from target Qt6::Gui)
-QT_FEATURE_imageformat_ppm:INTERNAL=ON
-//Qt feature: imageformat_xbm (from target Qt6::Gui)
-QT_FEATURE_imageformat_xbm:INTERNAL=ON
-//Qt feature: imageformat_xpm (from target Qt6::Gui)
-QT_FEATURE_imageformat_xpm:INTERNAL=ON
-//Qt feature: imageformatplugin (from target Qt6::Gui)
-QT_FEATURE_imageformatplugin:INTERNAL=ON
-//Qt feature: imageio_text_loading (from target Qt6::Gui)
-QT_FEATURE_imageio_text_loading:INTERNAL=ON
-//Qt feature: inotify (from target Qt6::Core)
-QT_FEATURE_inotify:INTERNAL=OFF
-//Qt feature: integrityfb (from target Qt6::Gui)
-QT_FEATURE_integrityfb:INTERNAL=OFF
-//Qt feature: integrityhid (from target Qt6::Gui)
-QT_FEATURE_integrityhid:INTERNAL=OFF
-//Qt feature: intelcet (from target Qt6::Core)
-QT_FEATURE_intelcet:INTERNAL=OFF
-//Qt feature: islamiccivilcalendar (from target Qt6::Core)
-QT_FEATURE_islamiccivilcalendar:INTERNAL=ON
-//Qt feature: itemmodel (from target Qt6::Core)
-QT_FEATURE_itemmodel:INTERNAL=ON
-//Qt feature: jalalicalendar (from target Qt6::Core)
-QT_FEATURE_jalalicalendar:INTERNAL=ON
-//Qt feature: journald (from target Qt6::Core)
-QT_FEATURE_journald:INTERNAL=OFF
-//Qt feature: jpeg (from target Qt6::Gui)
-QT_FEATURE_jpeg:INTERNAL=ON
-//Qt feature: kms (from target Qt6::Gui)
-QT_FEATURE_kms:INTERNAL=OFF
-//Qt feature: largefile (from target Qt6::Core)
-QT_FEATURE_largefile:INTERNAL=ON
-//Qt feature: libinput (from target Qt6::Gui)
-QT_FEATURE_libinput:INTERNAL=OFF
-//Qt feature: libinput_axis_api (from target Qt6::Gui)
-QT_FEATURE_libinput_axis_api:INTERNAL=OFF
-//Qt feature: libinput_hires_wheel_support (from target Qt6::Gui)
-QT_FEATURE_libinput_hires_wheel_support:INTERNAL=OFF
-//Qt feature: library (from target Qt6::Core)
-QT_FEATURE_library:INTERNAL=ON
-//Qt feature: libudev (from target Qt6::Core)
-QT_FEATURE_libudev:INTERNAL=OFF
-//Qt feature: linkat (from target Qt6::Core)
-QT_FEATURE_linkat:INTERNAL=OFF
-//Qt feature: linuxfb (from target Qt6::Gui)
-QT_FEATURE_linuxfb:INTERNAL=OFF
-//Qt feature: lttng (from target Qt6::Core)
-QT_FEATURE_lttng:INTERNAL=OFF
-//Qt feature: mimetype (from target Qt6::Core)
-QT_FEATURE_mimetype:INTERNAL=ON
-//Qt feature: mimetype_database (from target Qt6::Core)
-QT_FEATURE_mimetype_database:INTERNAL=ON
-//Qt feature: mips_dsp (from target Qt6::Core)
-QT_FEATURE_mips_dsp:INTERNAL=OFF
-//Qt feature: mips_dspr2 (from target Qt6::Core)
-QT_FEATURE_mips_dspr2:INTERNAL=OFF
-//Qt feature: movie (from target Qt6::Gui)
-QT_FEATURE_movie:INTERNAL=ON
-//Qt feature: mtdev (from target Qt6::Gui)
-QT_FEATURE_mtdev:INTERNAL=OFF
-//Qt feature: multiprocess (from target Qt6::Gui)
-QT_FEATURE_multiprocess:INTERNAL=ON
-//Qt feature: neon (from target Qt6::Core)
-QT_FEATURE_neon:INTERNAL=ON
-//Qt feature: network (from target Qt6::Core)
-QT_FEATURE_network:INTERNAL=ON
-//Qt feature: no_direct_extern_access (from target Qt6::Core)
-QT_FEATURE_no_direct_extern_access:INTERNAL=OFF
-//Qt feature: no_pkg_config (from target Qt6::Core)
-QT_FEATURE_no_pkg_config:INTERNAL=ON
-//Qt feature: no_prefix (from target Qt6::Core)
-QT_FEATURE_no_prefix:INTERNAL=OFF
-//Qt feature: opengl (from target Qt6::Gui)
-QT_FEATURE_opengl:INTERNAL=ON
-//Qt feature: opengles2 (from target Qt6::Gui)
-QT_FEATURE_opengles2:INTERNAL=OFF
-//Qt feature: opengles3 (from target Qt6::Gui)
-QT_FEATURE_opengles3:INTERNAL=OFF
-//Qt feature: opengles31 (from target Qt6::Gui)
-QT_FEATURE_opengles31:INTERNAL=OFF
-//Qt feature: opengles32 (from target Qt6::Gui)
-QT_FEATURE_opengles32:INTERNAL=OFF
-//Qt feature: openssl (from target Qt6::Core)
-QT_FEATURE_openssl:INTERNAL=ON
-//Qt feature: openssl_linked (from target Qt6::Core)
-QT_FEATURE_openssl_linked:INTERNAL=OFF
-//Qt feature: opensslv11 (from target Qt6::Core)
-QT_FEATURE_opensslv11:INTERNAL=OFF
-//Qt feature: opensslv30 (from target Qt6::Core)
-QT_FEATURE_opensslv30:INTERNAL=ON
-//Qt feature: openvg (from target Qt6::Gui)
-QT_FEATURE_openvg:INTERNAL=OFF
-//Qt feature: pcre2 (from target Qt6::Core)
-QT_FEATURE_pcre2:INTERNAL=ON
-//Qt feature: pdf (from target Qt6::Gui)
-QT_FEATURE_pdf:INTERNAL=ON
-//Qt feature: permissions (from target Qt6::Core)
-QT_FEATURE_permissions:INTERNAL=ON
-//Qt feature: picture (from target Qt6::Gui)
-QT_FEATURE_picture:INTERNAL=ON
-//Qt feature: pkg_config (from target Qt6::Core)
-QT_FEATURE_pkg_config:INTERNAL=OFF
-//Qt feature: plugin_manifest (from target Qt6::Core)
-QT_FEATURE_plugin_manifest:INTERNAL=ON
-//Qt feature: png (from target Qt6::Gui)
-QT_FEATURE_png:INTERNAL=ON
-//Qt feature: poll_exit_on_error (from target Qt6::Core)
-QT_FEATURE_poll_exit_on_error:INTERNAL=OFF
-//Qt feature: poll_poll (from target Qt6::Core)
-QT_FEATURE_poll_poll:INTERNAL=ON
-//Qt feature: poll_pollts (from target Qt6::Core)
-QT_FEATURE_poll_pollts:INTERNAL=OFF
-//Qt feature: poll_ppoll (from target Qt6::Core)
-QT_FEATURE_poll_ppoll:INTERNAL=OFF
-//Qt feature: poll_select (from target Qt6::Core)
-QT_FEATURE_poll_select:INTERNAL=OFF
-//Qt feature: posix_fallocate (from target Qt6::Core)
-QT_FEATURE_posix_fallocate:INTERNAL=OFF
-//Qt feature: precompile_header (from target Qt6::Core)
-QT_FEATURE_precompile_header:INTERNAL=ON
-//Qt feature: printsupport (from target Qt6::Core)
-QT_FEATURE_printsupport:INTERNAL=ON
-//Qt feature: private_tests (from target Qt6::Core)
-QT_FEATURE_private_tests:INTERNAL=OFF
-//Qt feature: process (from target Qt6::Core)
-QT_FEATURE_process:INTERNAL=ON
-//Qt feature: processenvironment (from target Qt6::Core)
-QT_FEATURE_processenvironment:INTERNAL=ON
-//Qt feature: proxymodel (from target Qt6::Core)
-QT_FEATURE_proxymodel:INTERNAL=ON
-//Qt feature: qqnx_imf (from target Qt6::Gui)
-QT_FEATURE_qqnx_imf:INTERNAL=OFF
-//Qt feature: qqnx_pps (from target Qt6::Core)
-QT_FEATURE_qqnx_pps:INTERNAL=OFF
-//Qt feature: qt_framework (from target Qt6::Core)
-QT_FEATURE_qt_framework:INTERNAL=ON
-//Qt feature: raster_64bit (from target Qt6::Gui)
-QT_FEATURE_raster_64bit:INTERNAL=ON
-//Qt feature: raster_fp (from target Qt6::Gui)
-QT_FEATURE_raster_fp:INTERNAL=ON
-//Qt feature: rdrnd (from target Qt6::Core)
-QT_FEATURE_rdrnd:INTERNAL=ON
-//Qt feature: rdseed (from target Qt6::Core)
-QT_FEATURE_rdseed:INTERNAL=ON
-//Qt feature: reduce_exports (from target Qt6::Core)
-QT_FEATURE_reduce_exports:INTERNAL=ON
-//Qt feature: reduce_relocations (from target Qt6::Core)
-QT_FEATURE_reduce_relocations:INTERNAL=OFF
-//Qt feature: regularexpression (from target Qt6::Core)
-QT_FEATURE_regularexpression:INTERNAL=ON
-//Qt feature: relocatable (from target Qt6::Core)
-QT_FEATURE_relocatable:INTERNAL=ON
-//Qt feature: renameat2 (from target Qt6::Core)
-QT_FEATURE_renameat2:INTERNAL=OFF
-//Qt feature: rpath (from target Qt6::Core)
-QT_FEATURE_rpath:INTERNAL=ON
-//Qt feature: separate_debug_info (from target Qt6::Core)
-QT_FEATURE_separate_debug_info:INTERNAL=ON
-//Qt feature: sessionmanager (from target Qt6::Gui)
-QT_FEATURE_sessionmanager:INTERNAL=ON
-//Qt feature: settings (from target Qt6::Core)
-QT_FEATURE_settings:INTERNAL=ON
-//Qt feature: sha3_fast (from target Qt6::Core)
-QT_FEATURE_sha3_fast:INTERNAL=ON
-//Qt feature: shani (from target Qt6::Core)
-QT_FEATURE_shani:INTERNAL=ON
-//Qt feature: shared (from target Qt6::Core)
-QT_FEATURE_shared:INTERNAL=ON
-//Qt feature: sharedmemory (from target Qt6::Core)
-QT_FEATURE_sharedmemory:INTERNAL=ON
-//Qt feature: shortcut (from target Qt6::Core)
-QT_FEATURE_shortcut:INTERNAL=ON
-//Qt feature: signaling_nan (from target Qt6::Core)
-QT_FEATURE_signaling_nan:INTERNAL=ON
-//Qt feature: simulator_and_device (from target Qt6::Core)
-QT_FEATURE_simulator_and_device:INTERNAL=OFF
-//Qt feature: slog2 (from target Qt6::Core)
-QT_FEATURE_slog2:INTERNAL=OFF
-//Qt feature: sortfilterproxymodel (from target Qt6::Core)
-QT_FEATURE_sortfilterproxymodel:INTERNAL=ON
-//Qt feature: sql (from target Qt6::Core)
-QT_FEATURE_sql:INTERNAL=ON
-//Qt feature: sse2 (from target Qt6::Core)
-QT_FEATURE_sse2:INTERNAL=ON
-//Qt feature: sse3 (from target Qt6::Core)
-QT_FEATURE_sse3:INTERNAL=ON
-//Qt feature: sse4_1 (from target Qt6::Core)
-QT_FEATURE_sse4_1:INTERNAL=ON
-//Qt feature: sse4_2 (from target Qt6::Core)
-QT_FEATURE_sse4_2:INTERNAL=ON
-//Qt feature: ssse3 (from target Qt6::Core)
-QT_FEATURE_ssse3:INTERNAL=ON
-//Qt feature: stack_protector_strong (from target Qt6::Core)
-QT_FEATURE_stack_protector_strong:INTERNAL=OFF
-//Qt feature: standarditemmodel (from target Qt6::Gui)
-QT_FEATURE_standarditemmodel:INTERNAL=ON
-//Qt feature: static (from target Qt6::Core)
-QT_FEATURE_static:INTERNAL=OFF
-//Qt feature: statx (from target Qt6::Core)
-QT_FEATURE_statx:INTERNAL=OFF
-//Qt feature: std_atomic64 (from target Qt6::Core)
-QT_FEATURE_std_atomic64:INTERNAL=ON
-//Qt feature: stdlib_libcpp (from target Qt6::Core)
-QT_FEATURE_stdlib_libcpp:INTERNAL=OFF
-//Qt feature: stringlistmodel (from target Qt6::Core)
-QT_FEATURE_stringlistmodel:INTERNAL=ON
-//Qt feature: syslog (from target Qt6::Core)
-QT_FEATURE_syslog:INTERNAL=OFF
-//Qt feature: system_doubleconversion (from target Qt6::Core)
-QT_FEATURE_system_doubleconversion:INTERNAL=OFF
-//Qt feature: system_freetype (from target Qt6::Gui)
-QT_FEATURE_system_freetype:INTERNAL=OFF
-//Qt feature: system_harfbuzz (from target Qt6::Gui)
-QT_FEATURE_system_harfbuzz:INTERNAL=OFF
-//Qt feature: system_jpeg (from target Qt6::Gui)
-QT_FEATURE_system_jpeg:INTERNAL=OFF
-//Qt feature: system_libb2 (from target Qt6::Core)
-QT_FEATURE_system_libb2:INTERNAL=OFF
-//Qt feature: system_pcre2 (from target Qt6::Core)
-QT_FEATURE_system_pcre2:INTERNAL=OFF
-//Qt feature: system_png (from target Qt6::Gui)
-QT_FEATURE_system_png:INTERNAL=OFF
-//Qt feature: system_textmarkdownreader (from target Qt6::Gui)
-QT_FEATURE_system_textmarkdownreader:INTERNAL=OFF
-//Qt feature: system_xcb_xinput (from target Qt6::Gui)
-QT_FEATURE_system_xcb_xinput:INTERNAL=OFF
-//Qt feature: system_zlib (from target Qt6::Core)
-QT_FEATURE_system_zlib:INTERNAL=ON
-//Qt feature: systemsemaphore (from target Qt6::Core)
-QT_FEATURE_systemsemaphore:INTERNAL=ON
-//Qt feature: systemtrayicon (from target Qt6::Gui)
-QT_FEATURE_systemtrayicon:INTERNAL=ON
-//Qt feature: tabletevent (from target Qt6::Gui)
-QT_FEATURE_tabletevent:INTERNAL=ON
-//Qt feature: temporaryfile (from target Qt6::Core)
-QT_FEATURE_temporaryfile:INTERNAL=ON
-//Qt feature: testlib (from target Qt6::Core)
-QT_FEATURE_testlib:INTERNAL=ON
-//Qt feature: textdate (from target Qt6::Core)
-QT_FEATURE_textdate:INTERNAL=ON
-//Qt feature: texthtmlparser (from target Qt6::Gui)
-QT_FEATURE_texthtmlparser:INTERNAL=ON
-//Qt feature: textmarkdownreader (from target Qt6::Gui)
-QT_FEATURE_textmarkdownreader:INTERNAL=ON
-//Qt feature: textmarkdownwriter (from target Qt6::Gui)
-QT_FEATURE_textmarkdownwriter:INTERNAL=ON
-//Qt feature: textodfwriter (from target Qt6::Gui)
-QT_FEATURE_textodfwriter:INTERNAL=ON
-//Qt feature: thread (from target Qt6::Core)
-QT_FEATURE_thread:INTERNAL=ON
-//Qt feature: timezone (from target Qt6::Core)
-QT_FEATURE_timezone:INTERNAL=ON
-//Qt feature: translation (from target Qt6::Core)
-QT_FEATURE_translation:INTERNAL=ON
-//Qt feature: transposeproxymodel (from target Qt6::Core)
-QT_FEATURE_transposeproxymodel:INTERNAL=ON
-//Qt feature: tslib (from target Qt6::Gui)
-QT_FEATURE_tslib:INTERNAL=OFF
-//Qt feature: tuiotouch (from target Qt6::Gui)
-QT_FEATURE_tuiotouch:INTERNAL=ON
-//Qt feature: undocommand (from target Qt6::Gui)
-QT_FEATURE_undocommand:INTERNAL=ON
-//Qt feature: undogroup (from target Qt6::Gui)
-QT_FEATURE_undogroup:INTERNAL=ON
-//Qt feature: undostack (from target Qt6::Gui)
-QT_FEATURE_undostack:INTERNAL=ON
-//Qt feature: use_bfd_linker (from target Qt6::Core)
-QT_FEATURE_use_bfd_linker:INTERNAL=OFF
-//Qt feature: use_gold_linker (from target Qt6::Core)
-QT_FEATURE_use_gold_linker:INTERNAL=OFF
-//Qt feature: use_lld_linker (from target Qt6::Core)
-QT_FEATURE_use_lld_linker:INTERNAL=OFF
-//Qt feature: use_mold_linker (from target Qt6::Core)
-QT_FEATURE_use_mold_linker:INTERNAL=OFF
-//Qt feature: vaes (from target Qt6::Core)
-QT_FEATURE_vaes:INTERNAL=ON
-//Qt feature: validator (from target Qt6::Gui)
-QT_FEATURE_validator:INTERNAL=ON
-//Qt feature: vkgen (from target Qt6::Gui)
-QT_FEATURE_vkgen:INTERNAL=ON
-//Qt feature: vkkhrdisplay (from target Qt6::Gui)
-QT_FEATURE_vkkhrdisplay:INTERNAL=OFF
-//Qt feature: vnc (from target Qt6::Gui)
-QT_FEATURE_vnc:INTERNAL=OFF
-//Qt feature: vsp2 (from target Qt6::Gui)
-QT_FEATURE_vsp2:INTERNAL=OFF
-//Qt feature: vulkan (from target Qt6::Gui)
-QT_FEATURE_vulkan:INTERNAL=OFF
-//Qt feature: wasm_exceptions (from target Qt6::Core)
-QT_FEATURE_wasm_exceptions:INTERNAL=OFF
-//Qt feature: wasm_simd128 (from target Qt6::Core)
-QT_FEATURE_wasm_simd128:INTERNAL=OFF
-//Qt feature: whatsthis (from target Qt6::Gui)
-QT_FEATURE_whatsthis:INTERNAL=ON
-//Qt feature: wheelevent (from target Qt6::Gui)
-QT_FEATURE_wheelevent:INTERNAL=ON
-//Qt feature: widgets (from target Qt6::Core)
-QT_FEATURE_widgets:INTERNAL=ON
-//Qt feature: x86intrin (from target Qt6::Core)
-QT_FEATURE_x86intrin:INTERNAL=ON
-//Qt feature: xcb (from target Qt6::Gui)
-QT_FEATURE_xcb:INTERNAL=OFF
-//Qt feature: xcb_egl_plugin (from target Qt6::Gui)
-QT_FEATURE_xcb_egl_plugin:INTERNAL=OFF
-//Qt feature: xcb_glx (from target Qt6::Gui)
-QT_FEATURE_xcb_glx:INTERNAL=OFF
-//Qt feature: xcb_glx_plugin (from target Qt6::Gui)
-QT_FEATURE_xcb_glx_plugin:INTERNAL=OFF
-//Qt feature: xcb_native_painting (from target Qt6::Gui)
-QT_FEATURE_xcb_native_painting:INTERNAL=OFF
-//Qt feature: xcb_sm (from target Qt6::Gui)
-QT_FEATURE_xcb_sm:INTERNAL=OFF
-//Qt feature: xcb_xlib (from target Qt6::Gui)
-QT_FEATURE_xcb_xlib:INTERNAL=OFF
-//Qt feature: xkbcommon (from target Qt6::Gui)
-QT_FEATURE_xkbcommon:INTERNAL=OFF
-//Qt feature: xkbcommon_x11 (from target Qt6::Gui)
-QT_FEATURE_xkbcommon_x11:INTERNAL=OFF
-//Qt feature: xlib (from target Qt6::Gui)
-QT_FEATURE_xlib:INTERNAL=OFF
-//Qt feature: xml (from target Qt6::Core)
-QT_FEATURE_xml:INTERNAL=ON
-//Qt feature: xmlstream (from target Qt6::Core)
-QT_FEATURE_xmlstream:INTERNAL=ON
-//Qt feature: xmlstreamreader (from target Qt6::Core)
-QT_FEATURE_xmlstreamreader:INTERNAL=ON
-//Qt feature: xmlstreamwriter (from target Qt6::Core)
-QT_FEATURE_xmlstreamwriter:INTERNAL=ON
-//Qt feature: xrender (from target Qt6::Gui)
-QT_FEATURE_xrender:INTERNAL=OFF
-//Qt feature: zstd (from target Qt6::Core)
-QT_FEATURE_zstd:INTERNAL=OFF
-//CMAKE_INSTALL_PREFIX during last run
-_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local
-