From 0ef214a7a00d1bfd4cc65cc11f5248fed8d5515b Mon Sep 17 00:00:00 2001 From: Chris Sauer Date: Wed, 15 Nov 2023 14:18:03 -0800 Subject: [PATCH] Add reference to Bazel rules --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5321132..f510042 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,10 @@ The `CMakeLists.txt` offers a few options to customize its behavior: `CMAKE_CXX_COMPILE_FEATURES` when the detection of C++17 or C++20 for additional tests is not working (e.g. `cxx_std_20` to enforce building a `filesystem_test_cpp20` with C++20). +### Bazel + +Please use [hedronvision/bazel-cc-filesystem-backport](https://github.com/hedronvision/bazel-cc-filesystem-backport), which will automatically set everything up for you. + ### Versioning There is a version macro `GHC_FILESYSTEM_VERSION` defined in case future changes