diff options
author | Brad King <brad.king@kitware.com> | 2017-01-31 14:04:16 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2017-01-31 14:04:16 (GMT) |
commit | f012a95836e14e12f5a445abd72fa79599736641 (patch) | |
tree | 5df5ea8174a7a1d35b7f383cd641bfb7644c5a7c /Help/release | |
parent | 8a76536e78e9084fb9636b2f0c57121522cfbbaf (diff) | |
parent | 071f8e78dda152d8759539fa390b25c7f58d3cc5 (diff) | |
download | CMake-f012a95836e14e12f5a445abd72fa79599736641.zip CMake-f012a95836e14e12f5a445abd72fa79599736641.tar.gz CMake-f012a95836e14e12f5a445abd72fa79599736641.tar.bz2 |
Merge topic '16432-static-frameworks'
071f8e78 Apple: Add support for static frameworks
d525754e Xcode: Refactor RunCMake.Framework test to prepare for static frameworks
45405f00 Xcode: Ignore Xcode project warning until issue is fixed
50e1c105 Makefile: For static libraries remove only the "real" lib before creating
8643ca75 Makefile: Re-order list of files to clean
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/static-frameworks.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/static-frameworks.rst b/Help/release/dev/static-frameworks.rst new file mode 100644 index 0000000..eae80bd --- /dev/null +++ b/Help/release/dev/static-frameworks.rst @@ -0,0 +1,6 @@ +static-frameworks +----------------- + +* The :prop_tgt:`FRAMEWORK` property could now also be applied to + static libraries on Apple targets. It will result in a proper + Framework but with a static library inside. |