Revision e40fbbb0744e63401cba0958155c14fa838477cb authored by Brad King on 16 April 2014, 17:19:10 UTC, committed by Brad King on 16 April 2014, 17:19:10 UTC
2 parent s ac00baa + b508de5
Raw File
PRIVATE_HEADER.rst
PRIVATE_HEADER
--------------

Specify private header files in a FRAMEWORK shared library target.

Shared library targets marked with the FRAMEWORK property generate
frameworks on OS X and normal shared libraries on other platforms.
This property may be set to a list of header files to be placed in the
PrivateHeaders directory inside the framework folder.  On non-Apple
platforms these headers may be installed using the PRIVATE_HEADER
option to the install(TARGETS) command.
back to top