diff options
author | David Cole <david.cole@kitware.com> | 2010-08-25 18:58:31 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2010-08-25 18:58:31 (GMT) |
commit | 90add6b50436070605975b0c8188d4fe4b9ddbfa (patch) | |
tree | dddbd3a68019e5170d2a2bec791aaed698667913 /Modules/GetPrerequisites.cmake | |
parent | af0c719b9a95706095b79796239f0730d3883cd6 (diff) | |
download | CMake-90add6b50436070605975b0c8188d4fe4b9ddbfa.zip CMake-90add6b50436070605975b0c8188d4fe4b9ddbfa.tar.gz CMake-90add6b50436070605975b0c8188d4fe4b9ddbfa.tar.bz2 |
Refine formatting for cmake --help-module output.
Also refer to self as module, not script.
Diffstat (limited to 'Modules/GetPrerequisites.cmake')
-rw-r--r-- | Modules/GetPrerequisites.cmake | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Modules/GetPrerequisites.cmake b/Modules/GetPrerequisites.cmake index f6b3a54..847db34 100644 --- a/Modules/GetPrerequisites.cmake +++ b/Modules/GetPrerequisites.cmake @@ -1,11 +1,12 @@ -# - This script provides functions to list the .dll, .dylib or .so files that -# an executable or shared library file depends on. (Its prerequisites.) +# - Functions to analyze and list executable file prerequisites. +# This module provides functions to list the .dll, .dylib or .so +# files that an executable or shared library file depends on. (Its +# prerequisites.) # # It uses various tools to obtain the list of required shared library files: # dumpbin (Windows) # ldd (Linux/Unix) # otool (Mac OSX) -# # The following functions are provided by this module: # get_prerequisites # list_prerequisites @@ -19,7 +20,6 @@ # gp_resolved_file_type # (projects can override with gp_resolved_file_type_override) # gp_file_type -# # Requires CMake 2.6 or greater because it uses function, break, return and # PARENT_SCOPE. # @@ -93,7 +93,6 @@ # local # embedded # other -# # Override on a per-project basis by providing a project-specific # gp_resolved_file_type_override function. # @@ -106,7 +105,6 @@ # local # embedded # other -# #============================================================================= # Copyright 2008-2009 Kitware, Inc. |