diff --git a/Help/command/target_sources.rst b/Help/command/target_sources.rst index a09226f76c..f4833e7a73 100644 --- a/Help/command/target_sources.rst +++ b/Help/command/target_sources.rst @@ -68,8 +68,8 @@ File Sets .. code-block:: cmake target_sources( - [FILE_SET set1] [TYPE type1] [BASE_DIRS dirs1...] [FILES files1...] - [ [FILE_SET set2] [TYPE type2] [BASE_DIRS dirs2...] [FILES files2...]) + FILE_SET set1 [TYPE type1] [BASE_DIRS dirs1...] [FILES files1...] + [ FILE_SET set2 [TYPE type2] [BASE_DIRS dirs2...] [FILES files2...]) Adds a file set to a target, or adds files to an existing file set. Targets have zero or more named file sets. Each file set has a name, a type, a scope of