From 21372bc0b2c844aaf0ec83cface42ef59d505ca1 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 8 Jun 2024 08:21:18 -0700 Subject: [PATCH] Update cmake config --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae663d73..0898e5bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -440,7 +440,7 @@ function(add_doc_target) endif () set(sources ) - foreach (source api.md index.md syntax.md usage.md fmt.css fmt.js) + foreach (source api.md index.md syntax.md get-started.md fmt.css fmt.js) set(sources ${sources} doc/${source}) endforeach()