12 lines
655 B
XML
12 lines
655 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<preset name="linux" comment="Linux clang PhysX SDK general settings">
|
|
<platform targetPlatform="linux" compiler="clang" />
|
|
<CMakeSwitches>
|
|
<cmakeSwitch name="PX_BUILDSNIPPETS" value="True" comment="Generate the snippets" />
|
|
<cmakeSwitch name="PX_BUILDPUBLICSAMPLES" value="True" comment="Generate the samples" />
|
|
<cmakeSwitch name="PX_GENERATE_STATIC_LIBRARIES" value="True" comment="Generate static libs" />
|
|
</CMakeSwitches>
|
|
<CMakeParams>
|
|
<cmakeParam name="CMAKE_INSTALL_PREFIX" value="install/linux/PhysX" comment="Install path relative to PhysX SDK root" />
|
|
</CMakeParams>
|
|
</preset> |