Which will probably be never.

  • leggettc18@programming.dev
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    That works until you need to support Visual Studio or Xcode. Then you either maintain their stuff manually too, or you get CMake to generate all three. I don’t love it but it solves the problem it’s meant to solve. The issue is people using it when they don’t need to.

    • KindaABigDyl@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      You can build with mingw64 built with msvc and use more or less the same Makefile. As for Xcode… well, there’s not really a good reason to support Mac. On principle I wouldn’t even try