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

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии • 8

  • @dmitryyudin4990
    @dmitryyudin4990 Год назад +1

    Very informative talk. Thank you soo much!

  • @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 2 месяца назад

      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.

  • @shaulfridman4444
    @shaulfridman4444 10 месяцев назад

    Great talk, thanks 🙏

  • @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 7 месяцев назад

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