Usage: Add missing exepath argument in get_prerequisites documentation.

This commit is contained in:
Nicolas Despres 2011-10-12 16:28:03 +02:00
parent de512644d8
commit bfb0ed4293
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
# PARENT_SCOPE.
#
# GET_PREREQUISITES(<target> <prerequisites_var> <exclude_system> <recurse>
# <dirs>)
# <exepath> <dirs>)
# Get the list of shared library files required by <target>. The list in
# the variable named <prerequisites_var> should be empty on first entry to
# this function. On exit, <prerequisites_var> will contain the list of