Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chukobyte committed Mar 24, 2024
1 parent 6b9d031 commit 781697c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ FetchContent_Declare(
FetchContent_MakeAvailable(seika)
```

Make sure to link seika to whatever uses it with `target_link_libraries`.
Make sure to link seika to the target with `target_link_libraries`.

Example projects found [here](https://github.com/Chukobyte/seika-examples).
```cmake
target_link_libraries(${PROJECT_NAME} seika)
```

*Warning: Using v0.0.x versions as pre-alpha, so expect naming inconsistencies and other holdovers from being a part of [crescent](https://github.com/Chukobyte/crescent) until v0.x.x.
Example projects found [here](https://github.com/Chukobyte/seika-examples).

0 comments on commit 781697c

Please sign in to comment.