/SEHPlus

Simple Event Handler in C++

Primary LanguageCMakeGNU General Public License v3.0GPL-3.0

SEH++

Introduction

Dependencies

None

Building

SEH++ is built on CMake and C++

$ git clone https://github.com/maldicion069/sehplus.git
$ cd sehplus
$ mkdir build && cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make

License

GNU GPL