Usage

In your CMake-based project, discover this package with find_package()

find_package(FairCMakeModules REQUIRED)

Then include() any module you would like to use

include(<modulename>)

Refer to each module’s documentation on how to use it.