mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -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:
5
Help/release/dev/target-INTERFACE_SOURCES.rst
Normal file
5
Help/release/dev/target-INTERFACE_SOURCES.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
target-INTERFACE_SOURCES
|
||||
------------------------
|
||||
|
||||
* A new :prop_tgt:`INTERFACE_SOURCES` target property was introduced. This is
|
||||
consumed by dependent targets, which compile and link the listed sources.
|
||||
6
Help/release/dev/target-SOURCES-write.rst
Normal file
6
Help/release/dev/target-SOURCES-write.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
target-SOURCES-write.rst
|
||||
------------------------
|
||||
|
||||
* It is now possible to write and append to the :prop_tgt:`SOURCES` target
|
||||
property. The :variable:`CMAKE_DEBUG_TARGET_PROPERTIES` variable may be
|
||||
used to trace the origin of sources.
|
||||
5
Help/release/dev/target_sources-command.rst
Normal file
5
Help/release/dev/target_sources-command.rst
Normal file
@@ -0,0 +1,5 @@
|
||||
target_sources-command
|
||||
----------------------
|
||||
|
||||
* The :command:`target_sources` command was added to add to the
|
||||
:prop_tgt:`SOURCES` target property.
|
||||
Reference in New Issue
Block a user