Update cmake config

This commit is contained in:
Victor Zverovich 2024-06-08 08:21:18 -07:00
parent a0495e3eb5
commit 21372bc0b2

View File

@ -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()