Timestamps:
0:00 Intro
00:15 Prerequisites
00:51 Boilerplate
02:14 Code layout
02:35 Very Basic
03:40 Multiple Files
05:22 Include External Headers
07:13 Include Library
09:12 Packages
09:58 Subdirectory
11:52 clangd Intellisense
12:24 Outro
Discord: https://discord.gg/eqz5jHSUy4
//linux guide for the prerequisites
you should be able to use a package manager to install the the prerequisites. on arch it would look like: sudo pacman -S cmake make code
//windows guide for the prerequisites
https://www.youtube.com/watch?v=mdpiUhOtzv4
//boilerplate
https://github.com/herbglitchYT/CMakeBasicSetupVideoBoilerplate