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