add test text files.

This commit is contained in:
hyzboy 2020-08-04 18:25:08 +08:00
parent f8af997de7
commit 89ec7b4966
2 changed files with 31 additions and 0 deletions

31
text/CMakeLog.txt Normal file
View File

@ -0,0 +1,31 @@
Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.18363.
C Compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
C++ Compiler: C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.26.28801/bin/Hostx64/x64/cl.exe
C Flag: /DWIN32 /D_WINDOWS /W3
C++ Flag: /DWIN32 /D_WINDOWS /W3 /GR /EHsc /std:c++latest
System is 64 Bit
Host system: Windows-10.0.18363
Host system name: Windows
Host system version: 10.0.18363
Compile features: cxx_std_98cxx_template_template_parameterscxx_std_11cxx_alias_templatescxx_alignascxx_alignofcxx_attributescxx_auto_typecxx_constexprcxx_decltypecxx_decltype_incomplete_return_typescxx_default_function_template_argscxx_defaulted_functionscxx_defaulted_move_initializerscxx_delegating_constructorscxx_deleted_functionscxx_enum_forward_declarationscxx_explicit_conversionscxx_extended_friend_declarationscxx_extern_templatescxx_finalcxx_func_identifiercxx_generalized_initializerscxx_inheriting_constructorscxx_inline_namespacescxx_lambdascxx_local_type_template_argscxx_long_long_typecxx_noexceptcxx_nonstatic_member_initcxx_nullptrcxx_overridecxx_range_forcxx_raw_string_literalscxx_reference_qualified_functionscxx_right_angle_bracketscxx_rvalue_referencescxx_sizeof_membercxx_static_assertcxx_strong_enumscxx_thread_localcxx_trailing_return_typescxx_unicode_literalscxx_uniform_initializationcxx_unrestricted_unionscxx_user_literalscxx_variadic_macroscxx_variadic_templatescxx_std_14cxx_aggregate_default_initializerscxx_attribute_deprecatedcxx_binary_literalscxx_contextual_conversionscxx_decltype_autocxx_digit_separatorscxx_generic_lambdascxx_lambda_init_capturescxx_relaxed_constexprcxx_return_type_deductioncxx_variable_templatescxx_std_17cxx_std_20
Compile Flags: /DWIN32 /D_WINDOWS /W3
C++ Compile Flags: /DWIN32 /D_WINDOWS /W3 /GR /EHsc /std:c++latest
Build type:
C Compile Features: c_std_90c_std_99c_std_11c_function_prototypesc_variadic_macros
C++ Compile Features: cxx_std_98cxx_template_template_parameterscxx_std_11cxx_alias_templatescxx_alignascxx_alignofcxx_attributescxx_auto_typecxx_constexprcxx_decltypecxx_decltype_incomplete_return_typescxx_default_function_template_argscxx_defaulted_functionscxx_defaulted_move_initializerscxx_delegating_constructorscxx_deleted_functionscxx_enum_forward_declarationscxx_explicit_conversionscxx_extended_friend_declarationscxx_extern_templatescxx_finalcxx_func_identifiercxx_generalized_initializerscxx_inheriting_constructorscxx_inline_namespacescxx_lambdascxx_local_type_template_argscxx_long_long_typecxx_noexceptcxx_nonstatic_member_initcxx_nullptrcxx_overridecxx_range_forcxx_raw_string_literalscxx_reference_qualified_functionscxx_right_angle_bracketscxx_rvalue_referencescxx_sizeof_membercxx_static_assertcxx_strong_enumscxx_thread_localcxx_trailing_return_typescxx_unicode_literalscxx_uniform_initializationcxx_unrestricted_unionscxx_user_literalscxx_variadic_macroscxx_variadic_templatescxx_std_14cxx_aggregate_default_initializerscxx_attribute_deprecatedcxx_binary_literalscxx_contextual_conversionscxx_decltype_autocxx_digit_separatorscxx_generic_lambdascxx_lambda_init_capturescxx_relaxed_constexprcxx_return_type_deductioncxx_variable_templatescxx_std_17cxx_std_20
SYSTEM NAME: Windows
OUTPUT DIRECTORY: E:/ULRE/build/out/Windows_64
CMROOT_ROOT_PATH: E:/ULRE/CMCore
Create Module <CMCore> Project Folder <CM>
CMPLATFORM_ROOT_PATH: E:/ULRE/CMPlatform
Create Module <CMPlatform> Project Folder <CM>
CMASSETS_MANAGE_ROOT_PATH: E:/ULRE/CMAssetsManage
Create Module <CMAssetsManage> Project Folder <CM>
CMSCENEGRAPH_ROOT_PATH: E:/ULRE/CMSceneGraph
Create Module <CMSceneGraph> Project Folder <CM>
JsonCpp Version: 1.9.3
Create Module <ULRE.Util> Project Folder <ULRE>
Create Module <ULRE.RenderDevice.Vulkan> Project Folder <ULRE>
Create Module <ULRE.SceneGraph> Project Folder <ULRE>
Configuring done
Generating done

Binary file not shown.