cmake-reflection-template icon indicating copy to clipboard operation
cmake-reflection-template copied to clipboard

A template for simple C++ reflection done with CMake and Python (no other external tools)

CMake Reflection Template

Windows status Linux Status Language License

Requires C++17 (because of its use of std::any<> from <any>).

For information about this repository checkout this blog post.