CMake Tutorial – Chapter 4: Libraries and Subdirectories

So far our project is rather simple. A real project would be more
complicated than the one we’ve created. Let’s add subdirectories, libraries,
and proper unit tests to make our project more realistic.

In this chapter we will split up our project to have a library which we can
put in a subdirectory. Then we …
Continue reading "CMake Tutorial – Chapter 4: Libraries and Subdirectories"