mirror of
https://github.com/BlackMATov/defer.hpp.git
synced 2025-12-13 07:25:39 +07:00
e986d49ed65b18d1c68b6dfc60b0d9aeaccb8dcb
defer.hpp
Requirements
Installation
defer.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 "defer.hpp/defer.hpp"
Also, you can add the root repository directory to your cmake project:
add_subdirectory(external/defer.hpp)
target_link_libraries(your_project_target defer.hpp)
Examples
TODO
License (MIT)
Description
Languages
C++
64.3%
CMake
35.7%