C++20 Dynamic Reflection Library
meta.hpp is a header-only library. All you need to do is copy the headers files from headers
directory into your project and include them:
#include "meta.hpp/meta_all.hpp"
Also, you can add the root repository directory to your cmake project:
add_subdirectory(external/meta.hpp)
target_link_libraries(your_project_target PUBLIC meta.hpp::meta.hpp)
Or just use the single-header version of the library, which you can find here.