diff --git a/README.md b/README.md index 458a8fcb..364bfa03 100644 --- a/README.md +++ b/README.md @@ -133,10 +133,14 @@ This project requires at least the following to build: * A C++ compiler that conforms to the C++23 standard or greater * CMake 3.30 or later +* (Test Only) GoogleTest You can disable building tests by setting CMake option `BEMAN_UTF_VIEW_BUILD_TESTS` to `OFF` when configuring the project. +You can disable building examples by setting CMake option `BEMAN_UTF_VIEW_BUILD_EXAMPLES` to +`OFF` when configuring the project. + ### Supported Platforms | Compiler | Version | C++ Standards | Standard Library |