RESOURCE.rst 440 B

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