mirror of
https://github.com/BlackMATov/enum.hpp.git
synced 2025-12-13 06:59:45 +07:00
1.5 KiB
1.5 KiB
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)