Files
PhysX4.1/physx/buildtools/presets/public/ios64.xml
2025-11-28 23:13:44 +05:30

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>