Cmake provides support for installation.
If odne properly, it allows the use of find_package() calls form clients trying to link to the chronology library
This is highly useful for people wanting to use the project.
Elevating this, maybe a good time to clean the build system, remove unused or redundant subdirectories, organize test directories and improve the use of cmake in Chronolog.
Cmake provides support for installation. If odne properly, it allows the use of find_package() calls form clients trying to link to the chronology library This is highly useful for people wanting to use the project.
A good reference for this can be found here: https://github.com/pablospe/cmake-example-library