As of version 0.5 my memory library now provides support for system-wide installation and CMake’s find_package(). Because I’ve spent hours of trial and error to come up with it, I’ll document it here. In this post, I will show you how to install your library so that it can be used easily by other projects. In particular, the system will be able to handle multiple installed versions and multiple configurations. Throughout this post, I’ll be assuming a 3.x CMake version and an already e...