diff options
author | Sebastian Lipponer <mail@sebastianlipponer.de> | 2019-01-14 18:46:59 (GMT) |
---|---|---|
committer | Sebastian Lipponer <mail@sebastianlipponer.de> | 2019-01-14 19:59:33 (GMT) |
commit | 59c408d053cfe90273db04c3804ed91d7ad59d8f (patch) | |
tree | dabeb2526b6c1186d62d2574bdb73ac0f89a4e16 /Help/manual/cmake-buildsystem.7.rst | |
parent | 4541c914b587125048c8e82bc3cd687f573f753a (diff) | |
download | CMake-59c408d053cfe90273db04c3804ed91d7ad59d8f.zip CMake-59c408d053cfe90273db04c3804ed91d7ad59d8f.tar.gz CMake-59c408d053cfe90273db04c3804ed91d7ad59d8f.tar.bz2 |
cmTargetPropertyComputer: whitelist 'MANUALLY_ADDED_DEPENDENCIES'.
Diffstat (limited to 'Help/manual/cmake-buildsystem.7.rst')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 4fc484b..a1328f2 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -978,6 +978,7 @@ are: * Built-in properties matching ``COMPATIBLE_INTERFACE_*`` * ``EXPORT_NAME`` * ``IMPORTED`` +* ``MANUALLY_ADDED_DEPENDENCIES`` * ``NAME`` * Properties matching ``IMPORTED_LIBNAME_*`` * Properties matching ``MAP_IMPORTED_CONFIG_*`` |