mirror of
https://github.com/QuasarApp/pe-parse.git
synced 2025-04-26 12:24:32 +00:00
README, examples: Fix lingering names
This commit is contained in:
parent
327a524de1
commit
eb7d72a96f
@ -95,7 +95,7 @@ Once the library is installed, linking to it is easy! Add the following lines in
|
||||
```
|
||||
find_package(pe-parse REQUIRED)
|
||||
|
||||
target_link_libraries(your_target_name PRIVATE pe-parse::pe-parser-library)
|
||||
target_link_libraries(your_target_name PRIVATE pe-parse::pe-parse)
|
||||
```
|
||||
|
||||
You can see a full example in the [examples/peaddrconv](examples/peaddrconv) folder.
|
||||
|
@ -6,7 +6,7 @@
|
||||
#include <climits>
|
||||
#include <cstring>
|
||||
|
||||
#include <parser-library/parse.h>
|
||||
#include <pe-parse/parse.h>
|
||||
|
||||
using ParsedPeRef =
|
||||
std::unique_ptr<peparse::parsed_pe, void (*)(peparse::parsed_pe *)>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user