Naming Conventions
Let's learn about naming conventions in CMake.
We'll cover the following...
Naming is famously hard in software development, but nevertheless, it's very important to maintain a solution that is easy to read and understand. When it comes to CMake scripts and projects, ...