Ninja with CMake for C++ builds (how good is it really?)

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ก.ย. 2024

ความคิดเห็น • 6

  • @SirCobraXI
    @SirCobraXI 7 หลายเดือนก่อน

    Thanks a lot for this video! Topic seems to be sparsely covered for Windows on the web, so this video gave a good insight. I'm trying mingw + cmake + ninja currently

  • @Orionus83
    @Orionus83 9 หลายเดือนก่อน +1

    Using CMake version >3.28 and the Ninja generator, we can finally use C++ modules.

    • @lukesdevtutorials
      @lukesdevtutorials  9 หลายเดือนก่อน +1

      Thanks for the info! It seems that there are still some limitations:
      "There are a number of known limitations of the current C++ module support in CMake. This does not document known limitations or bugs in compilers as these can change over time.
      For all generators:
      Header units are not supported.
      No builtin support for import std; or other compiler-provided modules. (...)"
      cmake.org/cmake/help/latest/manual/cmake-cxxmodules.7.html#manual:cmake-cxxmodules(7)

    • @Erarnitox
      @Erarnitox 9 หลายเดือนก่อน

      nice to know! Finally ^^

  • @sukivirus
    @sukivirus 9 หลายเดือนก่อน

    Luke, I m unable to setup application icons on mac. Please help!

    • @lukesdevtutorials
      @lukesdevtutorials  9 หลายเดือนก่อน

      I think the “minimal” sample from the official wxWidgets sources has the icon set up. You can start there.