PRIVATE_HEADER.rst 515 B

1234567891011
  1. PRIVATE_HEADER
  2. --------------
  3. Specify private header files in a :prop_tgt:`FRAMEWORK` shared library target.
  4. Shared library targets marked with the :prop_tgt:`FRAMEWORK` property generate
  5. frameworks on OS X, iOS and normal shared libraries on other platforms.
  6. This property may be set to a list of header files to be placed in the
  7. PrivateHeaders directory inside the framework folder. On non-Apple
  8. platforms these headers may be installed using the ``PRIVATE_HEADER``
  9. option to the ``install(TARGETS)`` command.