From 6fb3c8fb6c52370f8c15f669fc3b7c1917ece893 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 31 Jan 2026 16:04:23 +0000 Subject: [PATCH] Reformat table in cpp/README.md --- cpp/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/cpp/README.md b/cpp/README.md index 97392cac..34781e6d 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -29,12 +29,12 @@ To build a debug build, pass `Debug` instead of `RelWithDebInfo`. The following CMake variables can be used to configure the build: -Parameter | Values | Default |Description -----------|--------|---------|----------- -`LIBLOOT_BUILD_SHARED` | `ON`, `OFF` | `ON` | Whether or not to build a shared libloot binary. -`LIBLOOT_BUILD_TESTS` | `ON`, `OFF` | `ON` | Whether or not to build libloot's tests. -`LIBLOOT_INSTALL_DOCS` | `ON`, `OFF` | `ON` | Whether or not to install libloot's docs (which need to be built separately). -`RUN_CLANG_TIDY` | `ON`, `OFF` | `OFF` | Whether or not to run clang-tidy during build. Has no effect when using CMake's Visual Studio generator. +| Parameter | Values | Default | Description | +|------------------------|-------------|---------|----------------------------------------------------------------------------------------------------------| +| `LIBLOOT_BUILD_SHARED` | `ON`, `OFF` | `ON` | Whether or not to build a shared libloot binary. | +| `LIBLOOT_BUILD_TESTS` | `ON`, `OFF` | `ON` | Whether or not to build libloot's tests. | +| `LIBLOOT_INSTALL_DOCS` | `ON`, `OFF` | `ON` | Whether or not to install libloot's docs (which need to be built separately). | +| `RUN_CLANG_TIDY` | `ON`, `OFF` | `OFF` | Whether or not to run clang-tidy during build. Has no effect when using CMake's Visual Studio generator. | An example of using libloot with CMake's FetchContent: