CMake-Episode 031: CMake Presets with Conan | CMake Starts Here

preview_player
Показать описание
Exploring the power of CMake presets - A project powered by conan

🔍 Topics Covered:
Why you need preset files
Using conan to generate a starter C++ modern C++ CMake project.
Using presets to set up configurations for your system.
Debugging a C++ CMake project that uses presets
Testing a C++ CMake project that uses presets.

📘 References


📹 Related Videos:

🛒 Check out our Modern C++, Qt and QML related products:

🔥 Popular Playlists:

👍 Like if you enjoy this video
🔔 Subscribe and turn on notifications for more content like this
📢 Share this video with your friends

📸 Connect with Us:

🎓 About LearnQt Guides:
High quality training material on Modern C++, Qt and QML

📩 Business Inquiries:

🙏 Thank you for watching! Don't forget to like, comment, and subscribe for more Modern C++, Qt and QML content! 🚀

#[Hashtags]
#Cpp, #cplusplus, #Cplusplus, #ModernCpp, #CMake, #Qt, #QML, #Programming, #Coding, #CodeNewbie, #LearnProgramming, #CodeWithMe, #DeveloperCommunity, #TechTalk, #ProgrammingTips, #SoftwareDevelopment, #CodeLife, #CodingJourney, #CodeForBeginners, #CppDevelopment

📌 Follow LearnQt Guide on Social Media:
Рекомендации по теме
Комментарии
Автор

Thanks for the really useful video!
When you wanted to use the sfml graphics library you edited the cmake scripts to include the dependency... could you instead ask conan to make this part of a preset?
That way, if someone decides they want to use a different graphics library, they can keep the cmake generic and just create another preset?

DanRalley