mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Merge topic 'target-transitive-sources'
9407174btarget_sources: New command to add sources to target.81ad69e0Make the SOURCES target property writable.6e636f2ecmTarget: Make the SOURCES origin tracable.3676fb49cmTarget: Allow transitive evaluation of SOURCES property.e6971df6cmTarget: Make the source files depend on the config.df753df9cmGeneratorTarget: Don't add computed sources to the target.869328aacmComputeTargetDepends: Use valid config to compute target depends.
This commit is contained in:
@@ -6,7 +6,8 @@ Enables tracing output for target properties.
|
||||
This variable can be populated with a list of properties to generate
|
||||
debug output for when evaluating target properties. Currently it can
|
||||
only be used when evaluating the :prop_tgt:`INCLUDE_DIRECTORIES`,
|
||||
:prop_tgt:`COMPILE_DEFINITIONS`, :prop_tgt:`COMPILE_OPTIONS`, :prop_tgt:`AUTOUIC_OPTIONS`,
|
||||
:prop_tgt:`COMPILE_DEFINITIONS`, :prop_tgt:`COMPILE_OPTIONS`,
|
||||
:prop_tgt:`AUTOUIC_OPTIONS`, :prop_tgt:`SOURCES`,
|
||||
:prop_tgt:`POSITION_INDEPENDENT_CODE` target properties and any other property
|
||||
listed in :prop_tgt:`COMPATIBLE_INTERFACE_STRING` and other ``COMPATIBLE_INTERFACE_``
|
||||
properties. It outputs an origin for each entry in the target property.
|
||||
|
||||
Reference in New Issue
Block a user