diff --git a/CMakePresets.json b/CMakePresets.json index 8e2f1c3..7652bfe 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -21,11 +21,17 @@ "configurePreset": "documentation", "targets": ["markdown"] }, + { + "name": "singlemarkdown", + "displayName": "Build Single Markdown Documentation", + "configurePreset": "documentation", + "targets": ["singlemarkdown"] + }, { "name": "docs-parallel", "displayName": "Build HTML and Markdown in parallel", "configurePreset": "documentation", - "targets": ["html", "markdown"] + "targets": ["html", "markdown", "singlemarkdown"] } ], "workflowPresets": [