Help: Document Apple Framework creation with an example (#15651)

This commit is contained in:
Brad King
2015-07-14 14:57:02 -04:00
parent 7a40998329
commit eb8eaaecbe
5 changed files with 27 additions and 1 deletions

View File

@@ -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