PUBLIC_HEADER.rst 508 B

1234567891011
  1. PUBLIC_HEADER
  2. -------------
  3. Specify public 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. ``Headers`` directory inside the framework folder. On non-Apple platforms
  8. these headers may be installed using the ``PUBLIC_HEADER`` option to the
  9. ``install(TARGETS)`` command.