Help: Add missing parenthesis in add_executable docs

This commit is contained in:
Christopher Dembia 2015-10-21 23:10:39 -07:00 committed by Brad King
parent 3187de20fd
commit 194011b86f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ files listed in the command invocation. The ``<name>`` corresponds to the
logical target name and must be globally unique within a project. The
actual file name of the executable built is constructed based on
conventions of the native platform (such as ``<name>.exe`` or just
``<name>``.
``<name>``).
By default the executable file will be created in the build tree
directory corresponding to the source tree directory in which the