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.
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.
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.
Very informative talk. Thank you soo much!
Great talk, thanks 🙏
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.
I spent the whole day trying to configure a Qt project, I'm still not done xD
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.
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.
I would like to know this as well. I can’t find this example in the repository