1
0
mirror of https://github.com/fmtlib/fmt.git synced 2025-04-02 22:20:30 +00:00

Update cmake config

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

@ -440,7 +440,7 @@ function(add_doc_target)
endif () endif ()
set(sources ) 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}) set(sources ${sources} doc/${source})
endforeach() endforeach()