diff --git a/Help/command/add_library.rst b/Help/command/add_library.rst index 07c8babd29..80d5dee32c 100644 --- a/Help/command/add_library.rst +++ b/Help/command/add_library.rst @@ -144,7 +144,7 @@ itself and is not included as a target in the generated buildsystem. .. code-block:: cmake - add_library( INTERFACE [...] [EXCLUDE_FROM_ALL]) + add_library( INTERFACE [EXCLUDE_FROM_ALL] [...]) Source files may be listed directly in the ``add_library`` call or added later by calls to :command:`target_sources` with the ``PRIVATE`` or