Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 616 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 616 Bytes

This project presents a small, flexible runtime reflection system using C++11 language features.

For more information, see the blog series "A Flexible Reflection System in C++".

Build Instructions

CMake is required. Quick start:

$ git clone https://github.com/preshing/FlexibleReflection
$ cd FlexibleReflection
$ mkdir build
$ cd build
$ cmake ..

For detailed build instructions, see "How to Build a CMake-Based Project".