diff options
author | Brad King <brad.king@kitware.com> | 2021-06-10 19:41:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-10 19:52:12 (GMT) |
commit | e13704ce72a49684a835ab7ee3db9c2a928b5db5 (patch) | |
tree | b19a0c408b97c269db6c59012a57230ab777d059 /Help/manual | |
parent | ea6d338ea10cd9a567e727cbf3d365966cb6f43c (diff) | |
download | CMake-e13704ce72a49684a835ab7ee3db9c2a928b5db5.zip CMake-e13704ce72a49684a835ab7ee3db9c2a928b5db5.tar.gz CMake-e13704ce72a49684a835ab7ee3db9c2a928b5db5.tar.bz2 |
Add directory property to list imported targets
Model the change after commit cbca65826c (Add directory property to list
buildsystem targets, 2016-09-19, v3.7.0-rc1~79^2~1).
Fixes: #22291
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index 2db1ec2..5f18a82 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -74,6 +74,7 @@ Properties on Directories /prop_dir/DEFINITIONS /prop_dir/EXCLUDE_FROM_ALL /prop_dir/IMPLICIT_DEPENDS_INCLUDE_TRANSFORM + /prop_dir/IMPORTED_TARGETS /prop_dir/INCLUDE_DIRECTORIES /prop_dir/INCLUDE_REGULAR_EXPRESSION /prop_dir/INTERPROCEDURAL_OPTIMIZATION |