From 781697c21df0d1154c668f33b22ee72153378497 Mon Sep 17 00:00:00 2001 From: Chukobyte Date: Sun, 24 Mar 2024 16:56:13 -0400 Subject: [PATCH] Updates. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b3ab1c..208ca52 100644 --- a/README.md +++ b/README.md @@ -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).