mirror of
https://github.com/BlackMATov/enum.hpp.git
synced 2025-12-13 15:52:02 +07:00
aa7fcddf9a820e818b5c9711fc051fb21a9ccfae
enum.hpp
Installation
enum.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 "enum.hpp/enum.hpp"
Also, you can add the root repository directory to your cmake project:
add_subdirectory(external/enum.hpp)
target_link_libraries(your_project_target enum.hpp)
License (MIT)
Description
C++17 compile-time enum reflection library
c-plus-plusc-plus-plus-17cplusplus-17cppcpp17enumenum-to-stringheader-onlyno-dependenciesreflectionstring-to-enum
Readme
528 KiB
Languages
C++
96.1%
CMake
3.9%