Added CMake_BUILD_DEVELOPER_REFERENCE option

By default is OFF and marked as advanced.

It's also add custom cmake-developer-reference (ALL) target

Generated output will be installed to ${CMAKE_DOC_DIR}/developer-reference.
This commit is contained in:
Konstantin Podsvirov
2016-08-04 13:01:42 +03:00
parent 6b07972fbd
commit c18dc6fbe5
10 changed files with 139 additions and 295 deletions
@@ -0,0 +1,8 @@
/*!
\mainpage CMake Developer Reference
This manual is intended for reference by developers modifying the CMake
source tree itself.
*/