entt, a popular entity-component-system for modern C++ is available as part of cerlib, automatically.
You can directly #include <entt/entt.hpp>
in your code and use it without configuring anything else.
For a detailed documentation, please visit the entt website.