diff options
author | Brad King <brad.king@kitware.com> | 2015-07-15 13:05:44 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-07-15 13:05:44 (GMT) |
commit | b2eff70f6b3a2abb5e5ce27a331717c319200a83 (patch) | |
tree | 6e53786a3d9634ebda907d932430e67e50b9f029 /Help/prop_tgt | |
parent | 6cc660920d7aa40845a7309e3d799cd30cd657f8 (diff) | |
parent | eb8eaaecbe4aaf950a217d53c477461794fe6db8 (diff) | |
download | CMake-b2eff70f6b3a2abb5e5ce27a331717c319200a83.zip CMake-b2eff70f6b3a2abb5e5ce27a331717c319200a83.tar.gz CMake-b2eff70f6b3a2abb5e5ce27a331717c319200a83.tar.bz2 |
Merge topic 'doc-apple-framework-creation'
eb8eaaec Help: Document Apple Framework creation with an example (#15651)
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r-- | Help/prop_tgt/FRAMEWORK.rst | 4 | ||||
-rw-r--r-- | Help/prop_tgt/FRAMEWORK_VERSION.rst | 5 |
2 files changed, 8 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. diff --git a/Help/prop_tgt/FRAMEWORK_VERSION.rst b/Help/prop_tgt/FRAMEWORK_VERSION.rst new file mode 100644 index 0000000..bf650a7 --- /dev/null +++ b/Help/prop_tgt/FRAMEWORK_VERSION.rst @@ -0,0 +1,5 @@ +FRAMEWORK_VERSION +----------------- + +Version of a framework created using the :prop_tgt:`FRAMEWORK` target +property (e.g. ``A``). |