From cbf2f3c9a63530bfebc97781e9be4b011eebb3d9 Mon Sep 17 00:00:00 2001 From: Andreas Salzburger <asalzburger@gmail.com> Date: Tue, 8 Oct 2024 10:30:21 +0200 Subject: [PATCH] fix readme table --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be1cd1a..84c53b0 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,10 @@ To build `actsvg` using CMake execute the following cmake --build $bdir -j $cthreads --target install ``` -CMake Build options are (and their defaults) +CMake Build options are: +| CMake build flag | Description | Default | +| --------- | --------| ----- | | ACTSVG_BUILD_META | Build the meta module of the project | ON | | ACTSVG_BUILD_WEB | Build the web module of the project | ON | | ACTSVG_BUILD_TESTING | Building the testing suite | OFF |