mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-16 14:09:02 +07:00
a7e7b31ce542841b874cd3b8c44a67b649a3813e
…
meta.hpp
C++20 tiny reflection library
Requirements
Installation
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.hpp"
Also, you can add the root repository directory to your cmake project:
add_subdirectory(external/meta.hpp)
target_link_libraries(your_project_target meta.hpp)
Examples
coming soon
API
coming soon
License (MIT)
Description
Languages
C++
98.9%
CMake
0.8%
Python
0.3%