4
0
mirror of https://github.com/QuasarApp/pe-parse.git synced 2025-05-02 07:09:34 +00:00
Eric Kilmer 94bd12ac53
Fix peaddrconv example compilation failure ()
Add option to build examples with main CMake.

Build examples in CI now.

Add target alias with prefix for main pe-parse library.
2021-05-19 21:56:29 -04:00
..

Note that you have to install the library before you can build this example, which is done by running cmake --build . --config Release --target install (noted as optional in the library README).