aboutsummaryrefslogtreecommitdiff
path: root/doc/CMakeLists.txt
AgeCommit message (Collapse)Author
2024-09-06cmake: add USE_SOURCE_PERMISSIONS to all configure_file usagefanquake
`USE_SOURCE_PERMISSIONS` is the default, so this should not change behaviour. However, being explicit makes it clear what we are doing. Related to #30815. See https://cmake.org/cmake/help/latest/command/configure_file.html#options.
2024-08-16cmake: Add `docs` build targetHennadii Stepanov