Update README.md

This commit is contained in:
Daniel Lemire 2020-10-19 15:18:21 -04:00 committed by GitHub
parent 6f2586c859
commit ae463133e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ which is merely a pointer to the `include` directory.
If you drop the `fast_float` repository in your CMake project, you should be able to use
it in this manner:
```
```cmake
add_subdirectory(fast_float)
target_link_libraries(myprogram PUBLIC fast_float)
```