update README

This commit is contained in:
ado 2021-02-07 18:55:04 +01:00
parent 22f8d5f139
commit 716bc3e223

View File

@ -408,7 +408,7 @@ FetchContent_MakeAvailable(ssp)
``` ```
Either way, after you prepare the target, you just have to invoke it in your project: Either way, after you prepare the target, you just have to invoke it in your project:
```cmake ```cmake
target_link_libraries(project PUBLIC ssp) target_link_libraries(project PUBLIC ssp fast_float)
``` ```
## Meson ## Meson