CMake and Conan: past, present and future - Diego Rodriguez-Losada - Meeting C++ 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ธ.ค. 2024

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

  • @dmitryyudin4990
    @dmitryyudin4990 11 หลายเดือนก่อน +1

    Very informative talk. Thank you soo much!

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

    Great talk, thanks 🙏

  • @richjohnson8261
    @richjohnson8261 11 หลายเดือนก่อน +5

    I hope to see more example and tutorial resources for conan v2 and cmake on the web. It seems lacking at this time. I really struggle to get a new project started. For example, bringing Fakeit into my project is a challenge perhaps because it is a header-only. Not sure.

    • @MsJavaWolf
      @MsJavaWolf 8 หลายเดือนก่อน

      I spent the whole day trying to configure a Qt project, I'm still not done xD

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

      Probably am quite late, but "Professional CMake" is the book for CMake. It doesn't necessarily have examples of big pictures, but it is very good at explaining fundamentals. For conan 2, I found CppLang Slack to be a great place to ask questions.

  • @GaryOberbrunner
    @GaryOberbrunner 11 หลายเดือนก่อน +2

    Is there a repo with the demo you're giving in this talk? I'm trying to set up a new project using conan2 and cmake with cmake as the driver, but cannot figure out how to make a single "cmake" command work like in your first demo.

    • @andyhome5009
      @andyhome5009 6 หลายเดือนก่อน

      I would like to know this as well. I can’t find this example in the repository