Current Path : /usr/opt/nge/share/cmake-3.6/Help/prop_sf/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/nge/share/cmake-3.6/Help/prop_sf/MACOSX_PACKAGE_LOCATION.rst |
MACOSX_PACKAGE_LOCATION ----------------------- Place a source file inside a Application Bundle (:prop_tgt:`MACOSX_BUNDLE`), Core Foundation Bundle (:prop_tgt:`BUNDLE`), or Framework Bundle (:prop_tgt:`FRAMEWORK`). It is applicable for OS X and iOS. Executable targets with the :prop_tgt:`MACOSX_BUNDLE` property set are built as OS X or iOS application bundles on Apple platforms. Shared library targets with the :prop_tgt:`FRAMEWORK` property set are built as OS X or iOS frameworks on Apple platforms. Module library targets with the :prop_tgt:`BUNDLE` property set are built as OS X ``CFBundle`` bundles on Apple platforms. Source files listed in the target with this property set will be copied to a directory inside the bundle or framework content folder specified by the property value. For OS X Application Bundles the content folder is ``<name>.app/Contents``. For OS X Frameworks the content folder is ``<name>.framework/Versions/<version>``. For OS X CFBundles the content folder is ``<name>.bundle/Contents`` (unless the extension is changed). See the :prop_tgt:`PUBLIC_HEADER`, :prop_tgt:`PRIVATE_HEADER`, and :prop_tgt:`RESOURCE` target properties for specifying files meant for ``Headers``, ``PrivateHeaders``, or ``Resources`` directories.