14 lines
830 B
XML
14 lines
830 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<preset name="ios64" comment="iOS Xcode PhysX general settings">
|
|
<platform targetPlatform="ios64" compiler="xcode" />
|
|
<CMakeSwitches>
|
|
<cmakeSwitch name="PX_BUILDSNIPPETS" value="True" comment="Generate the snippets" />
|
|
<cmakeSwitch name="PX_GENERATE_STATIC_LIBRARIES" value="True" comment="Generate static libs" />
|
|
<cmakeSwitch name="NV_FORCE_64BIT_SUFFIX" value="True" comment="Force a 64 bit suffix for platforms that don't register properly." />
|
|
<cmakeSwitch name="NV_FORCE_32BIT_SUFFIX" value="False" comment="Force a 32 bit suffix for platforms that don't register properly." />
|
|
</CMakeSwitches>
|
|
<CMakeParams>
|
|
<cmakeParam name="CMAKE_INSTALL_PREFIX" value="install/ios64/PhysX" comment="Install path relative to PhysX SDK root" />
|
|
</CMakeParams>
|
|
</preset>
|