Understanding Cmake Basic Setup
Let's dive into the details surrounding Cmake Basic Setup. If you write any C/C++ code for the Raspberry Pi Pico (or Pico 2) using the official SDK then you will need to use
Key Takeaways about Cmake Basic Setup
- NEW BETTER VIDEO: https://youtu.be/IBgfeZME2Vw Check out my C++ gamedev course for beginners! 6.5 hours of video ...
- Discover the benefits of using a build system for your C++ code. Follow along to learn how to add the
- How to
- Also check out my C++ beginner gamedev course: https://www.udemy.com/course/gamedev-course-for-beginners/?
- https://cppcon.org ---
Detailed Analysis of Cmake Basic Setup
CMake Topic time stamps: 0:00 - Intro + motivation 2:13 - Create a minimal CMakeLists.txt 4:10 - Build vs. source directories 5:03 ... Timestamps: 0:00 Intro 00:15 Prerequisites 00:51 Boilerplate 02:14 Code layout 02:35 Very
full
That wraps up our extensive overview of Cmake Basic Setup.