OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
cmake-3.10
/
Help
/
prop_sf
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/28/2024 06:00:25 AM
rwxr-xr-x
📄
ABSTRACT.rst
309 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
AUTORCC_OPTIONS.rst
611 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
AUTOUIC_OPTIONS.rst
603 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
COMPILE_DEFINITIONS.rst
836 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
COMPILE_DEFINITIONS_CONFIG.rst
361 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
COMPILE_FLAGS.rst
602 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
EXTERNAL_OBJECT.rst
233 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
Fortran_FORMAT.rst
363 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
GENERATED.rst
271 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
HEADER_FILE_ONLY.rst
1.17 KB
01/18/2018 02:48:42 PM
rw-r--r--
📄
KEEP_EXTENSION.rst
343 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
LABELS.rst
231 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
LANGUAGE.rst
384 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
LOCATION.rst
138 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
MACOSX_PACKAGE_LOCATION.rst
1.65 KB
01/18/2018 02:48:42 PM
rw-r--r--
📄
OBJECT_DEPENDS.rst
1.06 KB
01/18/2018 02:48:42 PM
rw-r--r--
📄
OBJECT_OUTPUTS.rst
290 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
SKIP_AUTOGEN.rst
374 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
SKIP_AUTOMOC.rst
278 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
SKIP_AUTORCC.rst
280 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
SKIP_AUTOUIC.rst
482 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
SYMBOLIC.rst
230 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_COPY_TO_OUT_DIR.rst
194 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_CSHARP_tagname.rst
592 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_DEPLOYMENT_CONTENT.rst
521 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_DEPLOYMENT_LOCATION.rst
370 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_INCLUDE_IN_VSIX.rst
191 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_RESOURCE_GENERATOR.rst
228 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_SHADER_ENTRYPOINT.rst
124 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_SHADER_FLAGS.rst
92 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_SHADER_MODEL.rst
149 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_SHADER_OUTPUT_HEADER_FILE.rst
146 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_SHADER_TYPE.rst
82 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_SHADER_VARIABLE_NAME.rst
136 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_TOOL_OVERRIDE.rst
171 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
VS_XAML_TYPE.rst
188 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
WRAP_EXCLUDE.rst
364 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
XCODE_EXPLICIT_FILE_TYPE.rst
277 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
XCODE_FILE_ATTRIBUTES.rst
306 bytes
01/18/2018 02:48:42 PM
rw-r--r--
📄
XCODE_LAST_KNOWN_FILE_TYPE.rst
326 bytes
01/18/2018 02:48:42 PM
rw-r--r--
Editing: MACOSX_PACKAGE_LOCATION.rst
Close
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. If the specified location is equal to ``Resources``, the resulting location will be the same as if the :prop_tgt:`RESOURCE` property had been used. If the specified location is a sub-folder of ``Resources``, it will be placed into the respective sub-folder. Note: For iOS Apple uses a flat bundle layout where no ``Resources`` folder exist. Therefore CMake strips the ``Resources`` folder name from the specified location.