From a798574cbabd4f61eb6c8f3ec963428c25398dda Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Thu, 16 Apr 2020 11:08:59 +0200 Subject: [PATCH] document tools --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5b7f137..d48bfbf 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,15 @@ cmake --build build/test --target fix-format See [Format.cmake](https://github.com/TheLartians/Format.cmake) for more options. +### Additional tools + +The project includes an [tools.cmake](cmake/tools.cmake) file that can be used to import additional tools on-demand through CMake configuration arguments. +The following are currently supported. + +- `-DUSE_SANITIZER=
` +- `-DUSE_CCACHE=` + + ## FAQ > Can I use this for header-only libraries?