mrexodia / phnt-single-header

Single header version of System Informer's phnt library.
MIT License
179 stars 15 forks source link

Add `CMakeLists.txt` in the release #2

Closed mrexodia closed 1 year ago

mrexodia commented 1 year ago

The idea would be that you can use the releases of this repository with FetchContent directly. Additionally an example in the README is needed. The file would be in out/CMakeLists.txt and provide a phnt::phnt target (potentially also linking to ntdll.lib for user-mode, maybe a split with a phnt::headers target?)