diff options
author | Gregor Jasny <gjasny@googlemail.com> | 2016-06-25 22:12:52 (GMT) |
---|---|---|
committer | Gregor Jasny <gjasny@googlemail.com> | 2017-01-16 21:38:24 (GMT) |
commit | d9f836e9567dbcce85b917300e8de9086aa1f1f7 (patch) | |
tree | 3b54a2cae815ff859c09d6c934cab0446315bf3f /Help/prop_tgt | |
parent | 35ad12f99e71515f9cc65b1219160b88095a5f6b (diff) | |
download | CMake-d9f836e9567dbcce85b917300e8de9086aa1f1f7.zip CMake-d9f836e9567dbcce85b917300e8de9086aa1f1f7.tar.gz CMake-d9f836e9567dbcce85b917300e8de9086aa1f1f7.tar.bz2 |
Add a getter for manually added target dependencies
Closes: #16165
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/MANUALLY_ADDED_DEPENDENCIES.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/prop_tgt/MANUALLY_ADDED_DEPENDENCIES.rst b/Help/prop_tgt/MANUALLY_ADDED_DEPENDENCIES.rst new file mode 100644 index 0000000..c12ea14 --- /dev/null +++ b/Help/prop_tgt/MANUALLY_ADDED_DEPENDENCIES.rst @@ -0,0 +1,8 @@ +MANUALLY_ADDED_DEPENDENCIES +--------------------------- + +Get manually added dependencies to other top-level targets. + +This read-only property can be used to query all dependencies that +were added for this target with the :command:`add_dependencies` +command. |