diff options
author | Brad King <brad.king@kitware.com> | 2019-06-26 10:59:10 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-06-26 10:59:33 (GMT) |
commit | d7d282cd89d0da0a9f192868eb5028c4a3f72587 (patch) | |
tree | 249f8ecf7fee65ab6e6fc1cc856e8db09e4c3cb0 /Help/prop_tgt | |
parent | b598c64954ac33cc590ab99a3561ed0e806c3536 (diff) | |
parent | f57a53d43e1ec693fdbb749fc279fc79f33a8866 (diff) | |
download | CMake-d7d282cd89d0da0a9f192868eb5028c4a3f72587.zip CMake-d7d282cd89d0da0a9f192868eb5028c4a3f72587.tar.gz CMake-d7d282cd89d0da0a9f192868eb5028c4a3f72587.tar.bz2 |
Merge topic 'doc-CMAKE_FRAMEWORK-crossref'
f57a53d43e Help: Document that CMAKE_FRAMEWORK initializes FRAMEWORK target prop
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3478
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/FRAMEWORK.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/prop_tgt/FRAMEWORK.rst b/Help/prop_tgt/FRAMEWORK.rst index 9dad060..3dff1be 100644 --- a/Help/prop_tgt/FRAMEWORK.rst +++ b/Help/prop_tgt/FRAMEWORK.rst @@ -6,7 +6,9 @@ Build ``SHARED`` or ``STATIC`` library as Framework Bundle on the macOS and iOS. If such a library target has this property set to ``TRUE`` it will be built as a framework when built on the macOS and iOS. It will have the directory structure required for a framework and will be suitable to -be used with the ``-framework`` option +be used with the ``-framework`` option. This property is initialized by the +value of the :variable:`CMAKE_FRAMEWORK` variable if it is set when a target is +created. To customize ``Info.plist`` file in the framework, use :prop_tgt:`MACOSX_FRAMEWORK_INFO_PLIST` target property. |