ENH: Added CMAKE_STANDARD_INTRODUCTION macro defining standard documentation for inclusion in every binary's documentation.

This commit is contained in:
Brad King 2003-07-10 23:14:49 -04:00
parent a04796ddcb
commit c080627957
1 changed files with 8 additions and 0 deletions

View File

@ -301,3 +301,11 @@ private:
"A makefile generator is responsible for generating a particular build " \
"system. Possible generator names are\n" \
" \"Unix Makefiles\" - Standard UNIX Makefiles"}
#define CMAKE_STANDARD_INTRODUCTION \
{0, \
"CMake is a cross-platform build system generator. Projects " \
"specify their build process with platform-independent CMake listfiles " \
"included in each directory of a source tree with the name CMakeLists.txt. " \
"Users build a project by using CMake to generate a build system " \
"for a native tool on their platform.", 0}