Skip to content

Commit

Permalink
Small update to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed Nov 17, 2023
1 parent a871b53 commit 408004c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ FetchContent_Declare(
FetchContent_MakeAvailable(seika)
```

Seika uses vcpkg as its package manager, be sure to include this as an option when running cmake:
Seika uses vcpkg as its package manager, be sure to include this as an option when running cmake (replacing `$BASE_PATH` with the path that vcpkg exists within):
```
-DCMAKE_TOOLCHAIN_FILE=C:\ProjectWorkspace\C_Plus_Plus\vcpkg\scripts\buildsystems\vcpkg.cmake
-DCMAKE_TOOLCHAIN_FILE=$BASE_PATH\vcpkg\scripts\buildsystems\vcpkg.cmake
```

Make sure to link seika to whatever uses it with `target_link_libraries`.
Expand Down

0 comments on commit 408004c

Please sign in to comment.