diff options
author | Brad King <brad.king@kitware.com> | 2022-04-15 12:23:50 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-04-15 12:23:57 (GMT) |
commit | 1cf59d526733b9025f2e307c2ec9a247f5b27235 (patch) | |
tree | 4340a4af1fbe6a7abaef16fd3c2ca109f2f0d286 /Help/command | |
parent | bde8fa492295795b94b0a03bb62cd7a371fd1665 (diff) | |
parent | d0d09aa29fa354bc13a925655c0d191bbadd4c6a (diff) | |
download | CMake-1cf59d526733b9025f2e307c2ec9a247f5b27235.zip CMake-1cf59d526733b9025f2e307c2ec9a247f5b27235.tar.gz CMake-1cf59d526733b9025f2e307c2ec9a247f5b27235.tar.bz2 |
Merge topic 'file-set-generated-dependency'
d0d09aa29f FILE_SET: Make INTERFACE libraries with HEADER_SETS participate in buildsystem
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Acked-by: Ben Boeckel <ben.boeckel@kitware.com>
Acked-by: Gabriel Nützi <gnuetzi@gmail.com>
Merge-request: !7173
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/add_library.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/command/add_library.rst b/Help/command/add_library.rst index 1235155..7dc4365 100644 --- a/Help/command/add_library.rst +++ b/Help/command/add_library.rst @@ -151,6 +151,7 @@ itself and is not included as a target in the generated buildsystem. ``PUBLIC`` keywords. If an interface library has source files (i.e. the :prop_tgt:`SOURCES` + target property is set), or header sets (i.e. the :prop_tgt:`HEADER_SETS` target property is set), it will appear in the generated buildsystem as a build target much like a target defined by the :command:`add_custom_target` command. It does not compile any sources, |