diff options
author | Brad King <brad.king@kitware.com> | 2022-11-18 14:27:25 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-11-18 14:27:35 (GMT) |
commit | e558beeef6004a82ecef5627daf82bfff551bf80 (patch) | |
tree | eb775661742abb48fa0bf7eab26af02ab182361c /Help/manual | |
parent | 1cc936f3141cc6aaa4cf4aacaa017400dc8f9b71 (diff) | |
parent | 38cbf5e15ba4720f873d49f60898535e95123a7e (diff) | |
download | CMake-e558beeef6004a82ecef5627daf82bfff551bf80.zip CMake-e558beeef6004a82ecef5627daf82bfff551bf80.tar.gz CMake-e558beeef6004a82ecef5627daf82bfff551bf80.tar.bz2 |
Merge topic 'build-local-interface-genex'
38cbf5e15b Genex: Add $<BUILD_LOCAL_INTERFACE:...> genex
37b5c78688 cmGeneratorExpression: Refactor stripExportInterface() to use enum class
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !7919
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-generator-expressions.7.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/manual/cmake-generator-expressions.7.rst b/Help/manual/cmake-generator-expressions.7.rst index eb57b1e..a72eac1 100644 --- a/Help/manual/cmake-generator-expressions.7.rst +++ b/Help/manual/cmake-generator-expressions.7.rst @@ -1711,6 +1711,13 @@ Export And Install Expressions when the target is used by another target in the same buildsystem. Expands to the empty string otherwise. +.. genex:: $<BUILD_LOCAL_INTERFACE:...> + + .. versionadded:: 3.26 + + Content of ``...`` when the target is used by another target in the same + buildsystem. Expands to the empty string otherwise. + .. genex:: $<INSTALL_PREFIX> Content of the install prefix when the target is exported via |