From 716bc3e223ca41be91d14ef90a2e94f2417fbac6 Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 7 Feb 2021 18:55:04 +0100 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f27e771..d9501bb 100644 --- a/README.md +++ b/README.md @@ -408,7 +408,7 @@ FetchContent_MakeAvailable(ssp) ``` Either way, after you prepare the target, you just have to invoke it in your project: ```cmake -target_link_libraries(project PUBLIC ssp) +target_link_libraries(project PUBLIC ssp fast_float) ``` ## Meson