diff options
author | Brad King <brad.king@kitware.com> | 2015-07-14 18:57:02 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-14 18:57:02 (GMT) |
commit | eb8eaaecbe4aaf950a217d53c477461794fe6db8 (patch) | |
tree | 48893f1287be67aa12986a88a5f175041b412bc9 /Help/prop_tgt/FRAMEWORK.rst | |
parent | 7a409983292e0917cf1299d55ca601a92fd4a36e (diff) | |
download | CMake-eb8eaaecbe4aaf950a217d53c477461794fe6db8.zip CMake-eb8eaaecbe4aaf950a217d53c477461794fe6db8.tar.gz CMake-eb8eaaecbe4aaf950a217d53c477461794fe6db8.tar.bz2 |
Help: Document Apple Framework creation with an example (#15651)
Diffstat (limited to 'Help/prop_tgt/FRAMEWORK.rst')
-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 9f472c0..dcb6d3b 100644 --- a/Help/prop_tgt/FRAMEWORK.rst +++ b/Help/prop_tgt/FRAMEWORK.rst @@ -6,4 +6,6 @@ This target is a framework on the Mac. If a shared library target has this property set to true it will be built as a framework when built on the mac. 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 + +See also the :prop_tgt:`FRAMEWORK_VERSION` target property. |