From a8caa78a3d683baae6019acaae3af3a0252e1d12 Mon Sep 17 00:00:00 2001 From: wienans <40465543+wienans@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:39:06 +0100 Subject: [PATCH] Add BUILD_TESTS Flag to Readme for CMake --- readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.md b/readme.md index d14d73e10da..45c616ede5d 100644 --- a/readme.md +++ b/readme.md @@ -64,6 +64,9 @@ For rules support (requires pcre) use the flag. For release builds it is recommended that you use: -DUSE_MATCHCOMPILER=ON +For building the tests use the flag. +-DBUILD_TESTS=ON + Using cmake you can generate project files for Visual Studio,XCode,etc. #### Building a specific configuration