Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Asiern authored Apr 11, 2022
1 parent 7bbb157 commit d50dbda
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,15 @@ If you make use of winsock2.h, you need to add the following definition into you

### Static Library (_Default_)

set `-DNIERHOOK_STATIC_LIB=ON`
set `"cmake.configureArgs": [
"-DNIERHOOK_STATIC_LIB=ON"
],` at .vscode/setting.json

### Dinamyc Link Library

set `-DNIERHOOK_STATIC_LIB=OFF`
set `"cmake.configureArgs": [
"-DNIERHOOK_STATIC_LIB=OFF"
],` at .vscode/setting.json

---

Expand Down

0 comments on commit d50dbda

Please sign in to comment.