From ae463133e4b62d892cb9123e425086c15fd7fe35 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 19 Oct 2020 15:18:21 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e5602..864353a 100644 --- a/README.md +++ b/README.md @@ -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) ```