• Show log

    Commit

  • Hash : 740488d8
    Author : kinichiro
    Date : 2020-05-09T18:46:13

    Fix cmake build to enable masm with VS2019
    
    To specify architecture Visual Studio 16 2019 requires -A option,
    and it is stored in variable CMAKE_GENERATOR_PLATFORM.
    Until Visual Studio 15 2017, architecture was indicated as part of
    generator string (e.g. "Visual Studio 15 2017 Win64")