summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-07-15 13:05:44 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-07-15 13:05:44 (GMT)
commitb2eff70f6b3a2abb5e5ce27a331717c319200a83 (patch)
tree6e53786a3d9634ebda907d932430e67e50b9f029 /Help/command
parent6cc660920d7aa40845a7309e3d799cd30cd657f8 (diff)
parenteb8eaaecbe4aaf950a217d53c477461794fe6db8 (diff)
downloadCMake-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/command')
-rw-r--r--Help/command/add_library.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/add_library.rst b/Help/command/add_library.rst
index 7c06203..fe7735c 100644
--- a/Help/command/add_library.rst
+++ b/Help/command/add_library.rst
@@ -33,6 +33,8 @@ type is ``STATIC`` or ``SHARED`` based on whether the current value of the
variable :variable:`BUILD_SHARED_LIBS` is ``ON``. For ``SHARED`` and
``MODULE`` libraries the :prop_tgt:`POSITION_INDEPENDENT_CODE` target
property is set to ``ON`` automatically.
+A ``SHARED`` library may be marked with the :prop_tgt:`FRAMEWORK`
+target property to create an OS X Framework.
By default the library file will be created in the build tree directory
corresponding to the source tree directory in which the command was