Which will probably be never.

  • leggettc18@programming.dev
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month 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.

    • Hack3900@lemy.lol
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      I’m not familiar with either why can’t you use Make with VS or Xcode? Can you not set them up to have whatever build bind call Make ?

    • zaphod@sopuli.xyz
      link
      fedilink
      arrow-up
      0
      ·
      1 month ago

      Xcode implies MacOS, you can use make there too, just beware that some commandline tools take different arguments on BSDs.