Skip to content

Commit

Permalink
Merge pull request #93 from asalzburger/doc-fix-table
Browse files Browse the repository at this point in the history
fix: readme table
  • Loading branch information
asalzburger authored Oct 8, 2024
2 parents a1f5346 + cbf2f3c commit 178ae35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 178ae35

Please sign in to comment.