mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 15:18:26 -05:00
Merge topic 'file-set-name-requirements'
b357d334fc target_sources(): Enforce stricter requirements for FILE_SET name
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !7037
This commit is contained in:
@@ -92,7 +92,8 @@ Each ``target_sources(FILE_SET)`` entry starts with ``INTERFACE``, ``PUBLIC``, o
|
||||
``FILE_SET <set>``
|
||||
|
||||
A string representing the name of the file set to create or add to. This must
|
||||
not start with a capital letter, unless its name is ``HEADERS``.
|
||||
contain only numbers, letters, and underscores, and must not start with a
|
||||
capital letter or underscore, unless its name is ``HEADERS``.
|
||||
|
||||
``TYPE <type>``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user