summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 35c3c3f..90b75e0 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -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}